#AB6A02

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

Shades of Golden Brown #AB6A02

Tints of Golden Brown #AB6A02

Color information

#AB6A02 (or 0xAB6A02) is unknown color: approx Golden Brown. HEX triplet: AB, 6A and 02. RGB value is (171,106,2). Sum of RGB (Red+Green+Blue) = 171+106+2=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6A02 is #5495FD. Grayscale: #727272. Windows color (decimal): -5543422 or 158379. OLE color: 158379.

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

Color convert

RGB1711062-
CMYK00.380.990.33
HSL36.92º97.69%33.92%-
HSV(B)36.92º98.83%67.06%-
XYZ21.9618.972.56-
YUV113.5865.03168.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.29%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=61.29%
G=37.99%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171106200.380.990.3336.9297.6933.92
HexAB6A20266321256222
Octal2531522046143414514242
Binary10101011110101010010011011000111000011001011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A02; }

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

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

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

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

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

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

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

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