#AB700E

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

Shades of Golden Brown #AB700E

Tints of Golden Brown #AB700E

Color information

#AB700E (or 0xAB700E) is unknown color: approx Golden Brown. HEX triplet: AB, 70 and 0E. RGB value is (171,112,14). Sum of RGB (Red+Green+Blue) = 171+112+14=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB700E is #548FF1. Grayscale: #767676. Windows color (decimal): -5541874 or 946347. OLE color: 946347.

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

Color convert

RGB17111214-
CMYK00.350.920.33
HSL37.45º84.86%36.27%-
HSV(B)37.45º91.81%67.06%-
XYZ22.6720.283.13-
YUV118.4769.05165.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=57.58%
G=37.71%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711121400.350.920.3337.4584.8636.27
HexAB70E0235C21255524
Octal25316016043134414512544
Binary1010101111100001110010001110111001000011001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB700E; }

 p { color: rgb(171,112,14); }

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

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

 a { background-color: rgb(171,112,14); }

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

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

 span { border-color: rgb(171,112,14); }

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