#AB9333

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

Shades of Reef Gold #AB9333

Tints of Reef Gold #AB9333

Color information

#AB9333 (or 0xAB9333) is unknown color: approx Reef Gold. HEX triplet: AB, 93 and 33. RGB value is (171,147,51). Sum of RGB (Red+Green+Blue) = 171+147+51=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9333 is #546CCC. Grayscale: #8F8F8F. Windows color (decimal): -5532877 or 3380139. OLE color: 3380139.

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

Color convert

RGB17114751-
CMYK00.140.700.33
HSL48º54.05%43.53%-
HSV(B)48º70.18%67.06%-
XYZ27.8329.767.41-
YUV143.2375.95147.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=46.34%
G=39.84%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711475100.140.700.334854.0543.53
HexAB93330E462130362c
Octal2532236301610641606654
Binary1010101110010011110011011101000110100001110000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9333; }

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

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

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

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

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

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

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

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