#A25811

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

Shades of Golden Brown #A25811

Tints of Golden Brown #A25811

Color information

#A25811 (or 0xA25811) is unknown color: approx Golden Brown. HEX triplet: A2, 58 and 11. RGB value is (162,88,17). Sum of RGB (Red+Green+Blue) = 162+88+17=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A25811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25811 is #5DA7EE. Grayscale: #666666. Windows color (decimal): -6137839 or 1136802. OLE color: 1136802.

HSL color Cylindrical-coordinate representation of color #A25811: hue angle of 29.38º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A25811 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1628817-
CMYK00.460.900.36
HSL29.38º81.01%35.1%-
HSV(B)29.38º89.51%63.53%-
XYZ18.4914.72.39-
YUV102.0380.02170.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.67%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 17 (7.03% from 255) = 6.37%
R=60.67%
G=32.96%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162881700.460.900.3629.3881.0135.1
HexA2581102E5A241d5123
Octal24213021056132443512143
Binary1010001010110001000101011101011010100100111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25811; }

 p { color: rgb(162,88,17); }

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

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

 a { background-color: rgb(162,88,17); }

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

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

 span { border-color: rgb(162,88,17); }

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