#A25C16

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

Shades of Golden Brown #A25C16

Tints of Golden Brown #A25C16

Color information

#A25C16 (or 0xA25C16) is unknown color: approx Golden Brown. HEX triplet: A2, 5C and 16. RGB value is (162,92,22). Sum of RGB (Red+Green+Blue) = 162+92+22=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25C16 is #5DA3E9. Grayscale: #696969. Windows color (decimal): -6136810 or 1465506. OLE color: 1465506.

HSL color Cylindrical-coordinate representation of color #A25C16: hue angle of 30º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A25C16 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1629222-
CMYK00.430.860.36
HSL30º76.09%36.08%-
HSV(B)30º86.42%63.53%-
XYZ18.8715.392.74-
YUV104.9581.19168.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=58.70%
G=33.33%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162922200.430.860.363076.0936.08
HexA25C1602B56241e4c24
Octal24213426053126443611444
Binary1010001010111001011001010111010110100100111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C16; }

 p { color: rgb(162,92,22); }

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

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

 a { background-color: rgb(162,92,22); }

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

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

 span { border-color: rgb(162,92,22); }

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