#AB670E

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

Shades of Golden Brown #AB670E

Tints of Golden Brown #AB670E

Color information

#AB670E (or 0xAB670E) is unknown color: approx Golden Brown. HEX triplet: AB, 67 and 0E. RGB value is (171,103,14). Sum of RGB (Red+Green+Blue) = 171+103+14=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB670E is #5498F1. Grayscale: #717171. Windows color (decimal): -5544178 or 944043. OLE color: 944043.

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

Color convert

RGB17110314-
CMYK00.400.920.33
HSL34.01º84.86%36.27%-
HSV(B)34.01º91.81%67.06%-
XYZ21.7218.392.82-
YUV113.1972.03169.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.38%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 14 (5.86% from 255) = 4.86%
R=59.38%
G=35.76%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711031400.400.920.3334.0184.8636.27
HexAB67E0285C21225524
Octal25314716050134414212544
Binary1010101111001111110010100010111001000011000101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB670E; }

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

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

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

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

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

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

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

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