#A25711

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

Shades of Golden Brown #A25711

Tints of Golden Brown #A25711

Color information

#A25711 (or 0xA25711) is unknown color: approx Golden Brown. HEX triplet: A2, 57 and 11. RGB value is (162,87,17). Sum of RGB (Red+Green+Blue) = 162+87+17=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A25711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25711 is #5DA8EE. Grayscale: #656565. Windows color (decimal): -6138095 or 1136546. OLE color: 1136546.

HSL color Cylindrical-coordinate representation of color #A25711: hue angle of 28.97º 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 #A25711 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1628717-
CMYK00.460.900.36
HSL28.97º81.01%35.1%-
HSV(B)28.97º89.51%63.53%-
XYZ18.4114.542.37-
YUV101.4480.35171.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 17 (7.03% from 255) = 6.39%
R=60.90%
G=32.71%
B=6.39%

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
Decimal162871700.460.900.3628.9781.0135.1
HexA2571102E5A241d5123
Octal24212721056132443512143
Binary1010001010101111000101011101011010100100111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25711; }

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

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

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

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

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

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

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

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