#AB7300

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

Shades of Dark Goldenrod #AB7300

Tints of Dark Goldenrod #AB7300

Color information

#AB7300 (or 0xAB7300) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 73 and 00. RGB value is (171,115,0). Sum of RGB (Red+Green+Blue) = 171+115+0=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7300 is #548CFF. Grayscale: #777777. Windows color (decimal): -5541120 or 29611. OLE color: 29611.

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

Color convert

RGB1711150-
CMYK00.3310.33
HSL40.35º100%33.53%-
HSV(B)40.35º100%67.06%-
XYZ22.9320.922.83-
YUV118.6361.05165.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.79%
G=40.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171115000.3310.3340.3510033.53
HexAB7300216421286422
Octal2531630041144415014442
Binary1010101111100110010000111001001000011010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7300; }

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

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

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

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

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

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

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

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