#A2520B

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

Shades of Golden Brown #A2520B

Tints of Golden Brown #A2520B

Color information

#A2520B (or 0xA2520B) is unknown color: approx Golden Brown. HEX triplet: A2, 52 and 0B. RGB value is (162,82,11). Sum of RGB (Red+Green+Blue) = 162+82+11=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A2520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2520B is #5DADF4. Grayscale: #626262. Windows color (decimal): -6139381 or 742050. OLE color: 742050.

HSL color Cylindrical-coordinate representation of color #A2520B: hue angle of 28.21º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2520B is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1628211-
CMYK00.490.930.36
HSL28.21º87.28%33.92%-
HSV(B)28.21º93.21%63.53%-
XYZ17.9813.742.02-
YUV97.8379173.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.53%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=63.53%
G=32.16%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162821100.490.930.3628.2187.2833.92
HexA252B0315D241c5722
Octal24212213061135443412742
Binary101000101010010101101100011011101100100111001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2520B; }

 p { color: rgb(162,82,11); }

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

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

 a { background-color: rgb(162,82,11); }

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

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

 span { border-color: rgb(162,82,11); }

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