#AB6A0A

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

Shades of Golden Brown #AB6A0A

Tints of Golden Brown #AB6A0A

Color information

#AB6A0A (or 0xAB6A0A) is unknown color: approx Golden Brown. HEX triplet: AB, 6A and 0A. RGB value is (171,106,10). Sum of RGB (Red+Green+Blue) = 171+106+10=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6A0A is #5495F5. Grayscale: #727272. Windows color (decimal): -5543414 or 682667. OLE color: 682667.

HSL color Cylindrical-coordinate representation of color #AB6A0A: hue angle of 35.78º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB6A0A is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17110610-
CMYK00.380.940.33
HSL35.78º88.95%35.49%-
HSV(B)35.78º94.15%67.06%-
XYZ2218.992.79-
YUV114.4969.03168.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.58%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 10 (4.30% from 255) = 3.48%
R=59.58%
G=36.93%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711061000.380.940.3335.7888.9535.49
HexAB6AA0265E21245923
Octal25315212046136414413143
Binary1010101111010101010010011010111101000011001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A0A; }

 p { color: rgb(171,106,10); }

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

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

 a { background-color: rgb(171,106,10); }

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

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

 span { border-color: rgb(171,106,10); }

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