#A8570B

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

Shades of Golden Brown #A8570B

Tints of Golden Brown #A8570B

Color information

#A8570B (or 0xA8570B) is unknown color: approx Golden Brown. HEX triplet: A8, 57 and 0B. RGB value is (168,87,11). Sum of RGB (Red+Green+Blue) = 168+87+11=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8570B is #57A8F4. Grayscale: #666666. Windows color (decimal): -5744885 or 743336. OLE color: 743336.

HSL color Cylindrical-coordinate representation of color #A8570B: hue angle of 29.04º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8570B is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1688711-
CMYK00.480.930.34
HSL29.04º87.71%35.1%-
HSV(B)29.04º93.45%65.88%-
XYZ19.6215.172.21-
YUV102.5676.34174.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.16%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 11 (4.69% from 255) = 4.14%
R=63.16%
G=32.71%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168871100.480.930.3429.0487.7135.1
HexA857B0305D221d5823
Octal25012713060135423513043
Binary101010001010111101101100001011101100010111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8570B; }

 p { color: rgb(168,87,11); }

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

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

 a { background-color: rgb(168,87,11); }

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

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

 span { border-color: rgb(168,87,11); }

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