#AB8A33

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

Shades of Reef Gold #AB8A33

Tints of Reef Gold #AB8A33

Color information

#AB8A33 (or 0xAB8A33) is unknown color: approx Reef Gold. HEX triplet: AB, 8A and 33. RGB value is (171,138,51). Sum of RGB (Red+Green+Blue) = 171+138+51=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A33 is #5475CC. Grayscale: #8A8A8A. Windows color (decimal): -5535181 or 3377835. OLE color: 3377835.

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

Color convert

RGB17113851-
CMYK00.190.700.33
HSL43.5º54.05%43.53%-
HSV(B)43.5º70.18%67.06%-
XYZ26.4827.076.96-
YUV137.9578.93151.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 51 (20.31% from 255) = 14.17%
R=47.5%
G=38.33%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711385100.190.700.3343.554.0543.53
HexAB8A3301346212c362c
Octal2532126302310641546654
Binary10101011100010101100110100111000110100001101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A33; }

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

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

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

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

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

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

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

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