#AB6B17

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

Shades of Golden Brown #AB6B17

Tints of Golden Brown #AB6B17

Color information

#AB6B17 (or 0xAB6B17) is unknown color: approx Golden Brown. HEX triplet: AB, 6B and 17. RGB value is (171,107,23). Sum of RGB (Red+Green+Blue) = 171+107+23=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B17 is #5494E8. Grayscale: #747474. Windows color (decimal): -5543145 or 1534891. OLE color: 1534891.

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

Color convert

RGB17110723-
CMYK00.370.870.33
HSL34.05º76.29%38.04%-
HSV(B)34.05º86.55%67.06%-
XYZ22.2119.243.35-
YUV116.5675.2166.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 23 (9.38% from 255) = 7.64%
R=56.81%
G=35.55%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711072300.370.870.3334.0576.2938.04
HexAB6B170255721224c26
Octal25315327045127414211446
Binary10101011110101110111010010110101111000011000101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6B17; }

 p { color: rgb(171,107,23); }

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

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

 a { background-color: rgb(171,107,23); }

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

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

 span { border-color: rgb(171,107,23); }

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