#AB9305

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

Shades of Dark Goldenrod #AB9305

Tints of Dark Goldenrod #AB9305

Color information

#AB9305 (or 0xAB9305) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 93 and 05. RGB value is (171,147,5). Sum of RGB (Red+Green+Blue) = 171+147+5=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9305 is #546CFA. Grayscale: #8A8A8A. Windows color (decimal): -5532923 or 365483. OLE color: 365483.

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

Color convert

RGB1711475-
CMYK00.140.970.33
HSL51.33º94.32%34.51%-
HSV(B)51.33º97.08%67.06%-
XYZ27.2629.544.41-
YUV137.9952.95151.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=52.94%
G=45.51%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171147500.140.970.3351.3394.3234.51
HexAB9350E6121335e23
Octal2532235016141416313643
Binary10101011100100111010111011000011000011100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9305; }

 p { color: rgb(171,147,5); }

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

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

 a { background-color: rgb(171,147,5); }

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

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

 span { border-color: rgb(171,147,5); }

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