#AB8F33

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

Shades of Reef Gold #AB8F33

Tints of Reef Gold #AB8F33

Color information

#AB8F33 (or 0xAB8F33) is unknown color: approx Reef Gold. HEX triplet: AB, 8F and 33. RGB value is (171,143,51). Sum of RGB (Red+Green+Blue) = 171+143+51=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F33 is #5470CC. Grayscale: #8D8D8D. Windows color (decimal): -5533901 or 3379115. OLE color: 3379115.

HSL color Cylindrical-coordinate representation of color #AB8F33: hue angle of 46º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB8F33 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17114351-
CMYK00.160.700.33
HSL46º54.05%43.53%-
HSV(B)46º70.18%67.06%-
XYZ27.2128.547.21-
YUV140.8877.28149.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=46.85%
G=39.18%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711435100.160.700.334654.0543.53
HexAB8F3301046212e362c
Octal2532176302010641566654
Binary10101011100011111100110100001000110100001101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F33; }

 p { color: rgb(171,143,51); }

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

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

 a { background-color: rgb(171,143,51); }

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

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

 span { border-color: rgb(171,143,51); }

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