#AB973A

Color #AB973A Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AB973A

Tints of Reef Gold #AB973A

Color information

#AB973A (or 0xAB973A) is unknown color: approx Reef Gold. HEX triplet: AB, 97 and 3A. RGB value is (171,151,58). Sum of RGB (Red+Green+Blue) = 171+151+58=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB973A is #5468C5. Grayscale: #929292. Windows color (decimal): -5531846 or 3839915. OLE color: 3839915.

HSL color Cylindrical-coordinate representation of color #AB973A: hue angle of 49.38º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB973A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17115158-
CMYK00.120.660.33
HSL49.38º49.34%44.9%-
HSV(B)49.38º66.08%67.06%-
XYZ28.6231.18.5-
YUV146.3878.13145.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=45%
G=39.74%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711515800.120.660.3349.3849.3444.9
HexAB973A0C422131312d
Octal2532277201410241616155
Binary1010101110010111111010011001000010100001110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB973A; }

 p { color: rgb(171,151,58); }

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

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

 a { background-color: rgb(171,151,58); }

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

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

 span { border-color: rgb(171,151,58); }

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