#A25512

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

Shades of Golden Brown #A25512

Tints of Golden Brown #A25512

Color information

#A25512 (or 0xA25512) is unknown color: approx Golden Brown. HEX triplet: A2, 55 and 12. RGB value is (162,85,18). Sum of RGB (Red+Green+Blue) = 162+85+18=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A25512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25512 is #5DAAED. Grayscale: #646464. Windows color (decimal): -6138606 or 1201570. OLE color: 1201570.

HSL color Cylindrical-coordinate representation of color #A25512: hue angle of 27.92º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A25512 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1628518-
CMYK00.480.890.36
HSL27.92º80%35.29%-
HSV(B)27.92º88.89%63.53%-
XYZ18.2614.222.36-
YUV100.3881.51171.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=61.13%
G=32.08%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162851800.480.890.3627.928035.29
HexA2551203059241c5023
Octal24212522060131443412043
Binary1010001010101011001001100001011001100100111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25512; }

 p { color: rgb(162,85,18); }

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

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

 a { background-color: rgb(162,85,18); }

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

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

 span { border-color: rgb(162,85,18); }

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