#AB7810

Color #AB7810 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AB7810

Tints of Dark Goldenrod #AB7810

Color information

#AB7810 (or 0xAB7810) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 78 and 10. RGB value is (171,120,16). Sum of RGB (Red+Green+Blue) = 171+120+16=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7810 is #5487EF. Grayscale: #7B7B7B. Windows color (decimal): -5539824 or 1079467. OLE color: 1079467.

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

Color convert

RGB17112016-
CMYK00.300.910.33
HSL40.26º82.89%36.67%-
HSV(B)40.26º90.64%67.06%-
XYZ23.622.133.52-
YUV123.3967.4161.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 16 (6.64% from 255) = 5.21%
R=55.70%
G=39.09%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711201600.300.910.3340.2682.8936.67
HexAB781001E5B21285325
Octal25317020036133415012345
Binary1010101111110001000001111010110111000011010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7810; }

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

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

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

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

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

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

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

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