#A52A28

Color #A52A28 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A52A28

Tints of Brown #A52A28

Color information

#A52A28 (or 0xA52A28) is unknown color: approx Brown. HEX triplet: A5, 2A and 28. RGB value is (165,42,40). Sum of RGB (Red+Green+Blue) = 165+42+40=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A28 is #5AD5D7. Grayscale: #4E4E4E. Windows color (decimal): -5952984 or 2632357. OLE color: 2632357.

HSL color Cylindrical-coordinate representation of color #A52A28: hue angle of 0.96º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52A28 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1654240-
CMYK00.750.760.35
HSL0.96º60.98%40.2%-
HSV(B)0.96º75.76%64.71%-
XYZ16.739.813.02-
YUV78.55106.25189.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=66.80%
G=17.00%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165424000.750.760.350.9660.9840.2
HexA52A2804B4C2313d28
Octal245525001131144317550
Binary101001011010101010000100101110011001000111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52A28; }

 p { color: rgb(165,42,40); }

 H1.HeaderClassName
 {
   color: #A52A28;
 }
 .AnyTagClassName
 {
   color: #A52A28;
 }
</style>
background-color css

<style>
 a { background-color: #A52A28; }

 a { background-color: rgb(165,42,40); }

 div.DivClassName
 {
   background-color: #A52A28;
 }
 .BgClassName
 {
   background-color: #A52A28;
 }
</style>
border-color css

<style>
 span { border-color: #A52A28; }

 span { border-color: rgb(165,42,40); }

 td.TdClassName
 {
   border-color: #A52A28;
 }
 .TagClassName
 {
   border-color: #A52A28;
 }
</style>