#A25914

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

Shades of Golden Brown #A25914

Tints of Golden Brown #A25914

Color information

#A25914 (or 0xA25914) is unknown color: approx Golden Brown. HEX triplet: A2, 59 and 14. RGB value is (162,89,20). Sum of RGB (Red+Green+Blue) = 162+89+20=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A25914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25914 is #5DA6EB. Grayscale: #676767. Windows color (decimal): -6137580 or 1333666. OLE color: 1333666.

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

Color convert

RGB1628920-
CMYK00.450.880.36
HSL29.15º78.02%35.69%-
HSV(B)29.15º87.65%63.53%-
XYZ18.614.882.55-
YUV102.9681.18170.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=59.78%
G=32.84%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162892000.450.880.3629.1578.0235.69
HexA2591402D58241d4e24
Octal24213124055130443511644
Binary1010001010110011010001011011011000100100111011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25914; }

 p { color: rgb(162,89,20); }

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

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

 a { background-color: rgb(162,89,20); }

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

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

 span { border-color: rgb(162,89,20); }

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