#AB7C15

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

Shades of Dark Goldenrod #AB7C15

Tints of Dark Goldenrod #AB7C15

Color information

#AB7C15 (or 0xAB7C15) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 7C and 15. RGB value is (171,124,21). Sum of RGB (Red+Green+Blue) = 171+124+21=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7C15 is #5483EA. Grayscale: #7E7E7E. Windows color (decimal): -5538795 or 1408171. OLE color: 1408171.

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

Color convert

RGB17112421-
CMYK00.270.880.33
HSL41.2º78.12%37.65%-
HSV(B)41.2º87.72%67.06%-
XYZ24.1423.133.9-
YUV126.3168.57159.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 21 (8.59% from 255) = 6.65%
R=54.11%
G=39.24%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711242100.270.880.3341.278.1237.65
HexAB7C1501B5821294e26
Octal25317425033130415111646
Binary1010101111111001010101101110110001000011010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C15; }

 p { color: rgb(171,124,21); }

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

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

 a { background-color: rgb(171,124,21); }

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

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

 span { border-color: rgb(171,124,21); }

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