#A25C18

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

Shades of Golden Brown #A25C18

Tints of Golden Brown #A25C18

Color information

#A25C18 (or 0xA25C18) is unknown color: approx Golden Brown. HEX triplet: A2, 5C and 18. RGB value is (162,92,24). Sum of RGB (Red+Green+Blue) = 162+92+24=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25C18 is #5DA3E7. Grayscale: #696969. Windows color (decimal): -6136808 or 1596578. OLE color: 1596578.

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

Color convert

RGB1629224-
CMYK00.430.850.36
HSL29.57º74.19%36.47%-
HSV(B)29.57º85.19%63.53%-
XYZ18.8915.42.84-
YUV105.1882.19168.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=58.27%
G=33.09%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162922400.430.850.3629.5774.1936.47
HexA25C1802B55241e4a24
Octal24213430053125443611244
Binary1010001010111001100001010111010101100100111101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C18; }

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

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

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

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

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

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

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

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