#AB740B

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

Shades of Dark Goldenrod #AB740B

Tints of Dark Goldenrod #AB740B

Color information

#AB740B (or 0xAB740B) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 74 and 0B. RGB value is (171,116,11). Sum of RGB (Red+Green+Blue) = 171+116+11=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB740B is #548BF4. Grayscale: #787878. Windows color (decimal): -5540853 or 750763. OLE color: 750763.

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

Color convert

RGB17111611-
CMYK00.320.940.33
HSL39.38º87.91%35.69%-
HSV(B)39.38º93.57%67.06%-
XYZ23.121.173.19-
YUV120.4866.22164.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=57.38%
G=38.93%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711161100.320.940.3339.3887.9135.69
HexAB74B0205E21275824
Octal25316413040136414713044
Binary1010101111101001011010000010111101000011001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB740B; }

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

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

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

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

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

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

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

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