#AB7400

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

Shades of Dark Goldenrod #AB7400

Tints of Dark Goldenrod #AB7400

Color information

#AB7400 (or 0xAB7400) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 74 and 00. RGB value is (171,116,0). Sum of RGB (Red+Green+Blue) = 171+116+0=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7400 is #548BFF. Grayscale: #777777. Windows color (decimal): -5540864 or 29867. OLE color: 29867.

HSL color Cylindrical-coordinate representation of color #AB7400: hue angle of 40.7º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB7400 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB1711160-
CMYK00.3210.33
HSL40.7º100%33.53%-
HSV(B)40.7º100%67.06%-
XYZ23.0421.152.87-
YUV119.2260.72164.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.58%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.58%
G=40.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171116000.3210.3340.710033.53
HexAB7400206421296422
Octal2531640040144415114442
Binary1010101111101000010000011001001000011010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7400; }

 p { color: rgb(171,116,0); }

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

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

 a { background-color: rgb(171,116,0); }

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

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

 span { border-color: rgb(171,116,0); }

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