#AB8400

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

Shades of Dark Goldenrod #AB8400

Tints of Dark Goldenrod #AB8400

Color information

#AB8400 (or 0xAB8400) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 84 and 00. RGB value is (171,132,0). Sum of RGB (Red+Green+Blue) = 171+132+0=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8400 is #547BFF. Grayscale: #818181. Windows color (decimal): -5536768 or 33963. OLE color: 33963.

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

Color convert

RGB1711320-
CMYK00.2310.33
HSL46.32º100%33.53%-
HSV(B)46.32º100%67.06%-
XYZ25.0525.163.54-
YUV128.6155.42158.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.44%
G=43.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171132000.2310.3346.3210033.53
HexAB84001764212e6422
Octal2532040027144415614442
Binary1010101110000100001011111001001000011011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8400; }

 p { color: rgb(171,132,0); }

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

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

 a { background-color: rgb(171,132,0); }

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

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

 span { border-color: rgb(171,132,0); }

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