#AB750B

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

Shades of Dark Goldenrod #AB750B

Tints of Dark Goldenrod #AB750B

Color information

#AB750B (or 0xAB750B) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 75 and 0B. RGB value is (171,117,11). Sum of RGB (Red+Green+Blue) = 171+117+11=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB750B is #548AF4. Grayscale: #797979. Windows color (decimal): -5540597 or 751019. OLE color: 751019.

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

Color convert

RGB17111711-
CMYK00.320.940.33
HSL39.75º87.91%35.69%-
HSV(B)39.75º93.57%67.06%-
XYZ23.2221.43.22-
YUV121.0665.89163.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=57.19%
G=39.13%
B=3.68%

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
Decimal1711171100.320.940.3339.7587.9135.69
HexAB75B0205E21285824
Octal25316513040136415013044
Binary1010101111101011011010000010111101000011010001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB750B; }

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

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

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

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

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

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

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

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