#A6570B

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

Shades of Golden Brown #A6570B

Tints of Golden Brown #A6570B

Color information

#A6570B (or 0xA6570B) is unknown color: approx Golden Brown. HEX triplet: A6, 57 and 0B. RGB value is (166,87,11). Sum of RGB (Red+Green+Blue) = 166+87+11=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6570B is #59A8F4. Grayscale: #666666. Windows color (decimal): -5875957 or 743334. OLE color: 743334.

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

Color convert

RGB1668711-
CMYK00.480.930.35
HSL29.42º87.57%34.71%-
HSV(B)29.42º93.37%65.1%-
XYZ19.1914.952.19-
YUV101.9676.67173.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.88%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 11 (4.69% from 255) = 4.17%
R=62.88%
G=32.95%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166871100.480.930.3529.4287.5734.71
HexA657B0305D231d5823
Octal24612713060135433513043
Binary101001101010111101101100001011101100011111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6570B; }

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

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

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

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

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

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

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

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