#A52A2A

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

Shades of Brown #A52A2A

Tints of Brown #A52A2A

Color information

#A52A2A (or 0xA52A2A) is known color: Brown. HEX triplet: A5, 2A and 2A. RGB value is (165,42,42). Sum of RGB (Red+Green+Blue) = 165+42+42=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A2A is #5AD5D5. Grayscale: #4E4E4E. Windows color (decimal): -5952982 or 2763429. OLE color: 2763429.

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

Color convert

RGB1654242-
CMYK00.750.750.35
HSL59.42%40.59%-
HSV(B)74.55%64.71%-
XYZ16.769.823.2-
YUV78.78107.25189.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=66.27%
G=16.87%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165424200.750.750.35059.4240.59
HexA52A2A04B4B2303b29
Octal245525201131134307351
Binary101001011010101010100100101110010111000110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52A2A; }

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

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

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

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

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

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

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

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