#AB6217

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

Shades of Golden Brown #AB6217

Tints of Golden Brown #AB6217

Color information

#AB6217 (or 0xAB6217) is unknown color: approx Golden Brown. HEX triplet: AB, 62 and 17. RGB value is (171,98,23). Sum of RGB (Red+Green+Blue) = 171+98+23=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6217 is #549DE8. Grayscale: #6F6F6F. Windows color (decimal): -5545449 or 1532587. OLE color: 1532587.

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

Color convert

RGB1719823-
CMYK00.430.870.33
HSL30.41º76.29%38.04%-
HSV(B)30.41º86.55%67.06%-
XYZ21.3217.463.06-
YUV111.2878.18170.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.56%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 23 (9.38% from 255) = 7.88%
R=58.56%
G=33.56%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171982300.430.870.3330.4176.2938.04
HexAB621702B57211e4c26
Octal25314227053127413611446
Binary1010101111000101011101010111010111100001111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6217; }

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

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

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

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

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

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

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

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