#AA8F29

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

Shades of Reef Gold #AA8F29

Tints of Reef Gold #AA8F29

Color information

#AA8F29 (or 0xAA8F29) is unknown color: approx Reef Gold. HEX triplet: AA, 8F and 29. RGB value is (170,143,41). Sum of RGB (Red+Green+Blue) = 170+143+41=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F29 is #5570D6. Grayscale: #8B8B8B. Windows color (decimal): -5599447 or 2723754. OLE color: 2723754.

HSL color Cylindrical-coordinate representation of color #AA8F29: hue angle of 47.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA8F29 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17014341-
CMYK00.160.760.33
HSL47.44º61.14%41.37%-
HSV(B)47.44º75.88%66.67%-
XYZ26.828.356.16-
YUV139.4472.45149.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 41 (16.41% from 255) = 11.58%
R=48.02%
G=40.40%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701434100.160.760.3347.4461.1441.37
HexAA8F290104C212f3d29
Octal2522175102011441577551
Binary10101010100011111010010100001001100100001101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F29; }

 p { color: rgb(170,143,41); }

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

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

 a { background-color: rgb(170,143,41); }

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

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

 span { border-color: rgb(170,143,41); }

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