#A52B2A

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

Shades of Brown #A52B2A

Tints of Brown #A52B2A

Color information

#A52B2A (or 0xA52B2A) is unknown color: approx Brown. HEX triplet: A5, 2B and 2A. RGB value is (165,43,42). Sum of RGB (Red+Green+Blue) = 165+43+42=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52B2A is #5AD4D5. Grayscale: #4F4F4F. Windows color (decimal): -5952726 or 2763685. OLE color: 2763685.

HSL color Cylindrical-coordinate representation of color #A52B2A: hue angle of 0.49º 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 #A52B2A is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1654342-
CMYK00.740.750.35
HSL0.49º59.42%40.59%-
HSV(B)0.49º74.55%64.71%-
XYZ16.89.893.21-
YUV79.36106.92189.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 43 (17.19% from 255) = 17.2%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=66%
G=17.2%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165434200.740.750.350.4959.4240.59
HexA52B2A04A4B2303b29
Octal245535201121134307351
Binary101001011010111010100100101010010111000110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B2A; }

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

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

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

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

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

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

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

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