#AB760A

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

Shades of Dark Goldenrod #AB760A

Tints of Dark Goldenrod #AB760A

Color information

#AB760A (or 0xAB760A) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 76 and 0A. RGB value is (171,118,10). Sum of RGB (Red+Green+Blue) = 171+118+10=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB760A is #5489F5. Grayscale: #7A7A7A. Windows color (decimal): -5540342 or 685739. OLE color: 685739.

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

Color convert

RGB17111810-
CMYK00.310.940.33
HSL40.25º88.95%35.49%-
HSV(B)40.25º94.15%67.06%-
XYZ23.3321.643.23-
YUV121.5365.06163.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 10 (4.30% from 255) = 3.34%
R=57.19%
G=39.46%
B=3.34%

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
Decimal1711181000.310.940.3340.2588.9535.49
HexAB76A01F5E21285923
Octal25316612037136415013143
Binary101010111110110101001111110111101000011010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB760A; }

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

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

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

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

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

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

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

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