#AB8503

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

Shades of Dark Goldenrod #AB8503

Tints of Dark Goldenrod #AB8503

Color information

#AB8503 (or 0xAB8503) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 85 and 03. RGB value is (171,133,3). Sum of RGB (Red+Green+Blue) = 171+133+3=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8503 is #547AFC. Grayscale: #828282. Windows color (decimal): -5536509 or 230827. OLE color: 230827.

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

Color convert

RGB1711333-
CMYK00.220.980.33
HSL46.43º96.55%34.12%-
HSV(B)46.43º98.25%67.06%-
XYZ25.225.443.67-
YUV129.5456.59157.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=55.70%
G=43.32%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171133300.220.980.3346.4396.5534.12
HexAB85301662212e6122
Octal2532053026142415614142
Binary10101011100001011101011011000101000011011101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8503; }

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

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

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

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

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

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

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

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