#AB7D03

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

Shades of Dark Goldenrod #AB7D03

Tints of Dark Goldenrod #AB7D03

Color information

#AB7D03 (or 0xAB7D03) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 7D and 03. RGB value is (171,125,3). Sum of RGB (Red+Green+Blue) = 171+125+3=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D03 is #5482FC. Grayscale: #7D7D7D. Windows color (decimal): -5538557 or 228779. OLE color: 228779.

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

Color convert

RGB1711253-
CMYK00.270.980.33
HSL43.57º96.55%34.12%-
HSV(B)43.57º98.25%67.06%-
XYZ24.1423.333.32-
YUV124.8559.24160.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 3 (1.56% from 255) = 1.00%
R=57.19%
G=41.81%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171125300.270.980.3343.5796.5534.12
HexAB7D301B62212c6122
Octal2531753033142415414142
Binary1010101111111011101101111000101000011011001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D03; }

 p { color: rgb(171,125,3); }

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

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

 a { background-color: rgb(171,125,3); }

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

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

 span { border-color: rgb(171,125,3); }

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