#AB6210

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

Shades of Golden Brown #AB6210

Tints of Golden Brown #AB6210

Color information

#AB6210 (or 0xAB6210) is unknown color: approx Golden Brown. HEX triplet: AB, 62 and 10. RGB value is (171,98,16). Sum of RGB (Red+Green+Blue) = 171+98+16=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6210 is #549DEF. Grayscale: #6E6E6E. Windows color (decimal): -5545456 or 1073835. OLE color: 1073835.

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

Color convert

RGB1719816-
CMYK00.430.910.33
HSL31.74º82.89%36.67%-
HSV(B)31.74º90.64%67.06%-
XYZ21.2617.432.73-
YUV110.4874.68171.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 16 (6.64% from 255) = 5.61%
R=60%
G=34.39%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171981600.430.910.3331.7482.8936.67
HexAB621002B5B21205325
Octal25314220053133414012345
Binary10101011110001010000010101110110111000011000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6210; }

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

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

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

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

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

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

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

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