#AB680E

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

Shades of Golden Brown #AB680E

Tints of Golden Brown #AB680E

Color information

#AB680E (or 0xAB680E) is unknown color: approx Golden Brown. HEX triplet: AB, 68 and 0E. RGB value is (171,104,14). Sum of RGB (Red+Green+Blue) = 171+104+14=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB680E is #5497F1. Grayscale: #727272. Windows color (decimal): -5543922 or 944299. OLE color: 944299.

HSL color Cylindrical-coordinate representation of color #AB680E: hue angle of 34.39º 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 #AB680E is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17110414-
CMYK00.390.920.33
HSL34.39º84.86%36.27%-
HSV(B)34.39º91.81%67.06%-
XYZ21.8218.592.85-
YUV113.7771.7168.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=59.17%
G=35.99%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711041400.390.920.3334.3984.8636.27
HexAB68E0275C21225524
Octal25315016047134414212544
Binary1010101111010001110010011110111001000011000101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB680E; }

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

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

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

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

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

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

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

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