#AB8702

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

Shades of Dark Goldenrod #AB8702

Tints of Dark Goldenrod #AB8702

Color information

#AB8702 (or 0xAB8702) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 87 and 02. RGB value is (171,135,2). Sum of RGB (Red+Green+Blue) = 171+135+2=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8702 is #5478FD. Grayscale: #838383. Windows color (decimal): -5535998 or 165803. OLE color: 165803.

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

Color convert

RGB1711352-
CMYK00.210.990.33
HSL47.22º97.69%33.92%-
HSV(B)47.22º98.83%67.06%-
XYZ25.4725.993.73-
YUV130.655.43156.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=55.52%
G=43.83%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171135200.210.990.3347.2297.6933.92
HexAB87201563212f6222
Octal2532072025143415714242
Binary10101011100001111001010111000111000011011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8702; }

 p { color: rgb(171,135,2); }

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

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

 a { background-color: rgb(171,135,2); }

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

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

 span { border-color: rgb(171,135,2); }

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