#AB9033

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

Shades of Reef Gold #AB9033

Tints of Reef Gold #AB9033

Color information

#AB9033 (or 0xAB9033) is unknown color: approx Reef Gold. HEX triplet: AB, 90 and 33. RGB value is (171,144,51). Sum of RGB (Red+Green+Blue) = 171+144+51=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9033 is #546FCC. Grayscale: #8D8D8D. Windows color (decimal): -5533645 or 3379371. OLE color: 3379371.

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

Color convert

RGB17114451-
CMYK00.160.700.33
HSL46.5º54.05%43.53%-
HSV(B)46.5º70.18%67.06%-
XYZ27.3728.847.26-
YUV141.4776.95149.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=46.72%
G=39.34%
B=13.93%

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
Decimal1711445100.160.700.3346.554.0543.53
HexAB903301046212e362c
Octal2532206302010641566654
Binary10101011100100001100110100001000110100001101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9033; }

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

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

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

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

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

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

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

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