#AB760B

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

Shades of Dark Goldenrod #AB760B

Tints of Dark Goldenrod #AB760B

Color information

#AB760B (or 0xAB760B) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 76 and 0B. RGB value is (171,118,11). Sum of RGB (Red+Green+Blue) = 171+118+11=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB760B is #5489F4. Grayscale: #7A7A7A. Windows color (decimal): -5540341 or 751275. OLE color: 751275.

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

Color convert

RGB17111811-
CMYK00.310.940.33
HSL40.12º87.91%35.69%-
HSV(B)40.12º93.57%67.06%-
XYZ23.3321.643.26-
YUV121.6565.56163.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 11 (4.69% from 255) = 3.67%
R=57%
G=39.33%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711181100.310.940.3340.1287.9135.69
HexAB76B01F5E21285824
Octal25316613037136415013044
Binary101010111110110101101111110111101000011010001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB760B; }

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

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

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

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

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

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

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

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