#ab6911

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

Shades of Golden Brown #AB6911

Tints of Golden Brown #AB6911

Color information

#AB6911 (or 0xAB6911) is unknown color: approx Golden Brown. HEX triplet: AB, 69 and 11. RGB value is (171,105,17). Sum of RGB (Red+Green+Blue) = 171+105+17=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6911 is #5496EE. Grayscale: #737373. Windows color (decimal): -5543663 or 1141163. OLE color: 1141163.

HSL color Cylindrical-coordinate representation of color #AB6911: hue angle of 34.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB6911 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17110517-
CMYK00.390.900.33
HSL34.29º81.91%36.86%-
HSV(B)34.29º90.06%67.06%-
XYZ21.9518.83-
YUV114.772.87168.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.36%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 17 (7.03% from 255) = 5.80%
R=58.36%
G=35.84%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711051700.390.900.3334.2981.9136.86
HexAB69110275A21225225
Octal25315121047132414212245
Binary10101011110100110001010011110110101000011000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab6911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab6911; }

 p { color: rgb(171,105,17); }

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

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

 a { background-color: rgb(171,105,17); }

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

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

 span { border-color: rgb(171,105,17); }

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