#AA8F37

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

Shades of Reef Gold #AA8F37

Tints of Reef Gold #AA8F37

Color information

#AA8F37 (or 0xAA8F37) is unknown color: approx Reef Gold. HEX triplet: AA, 8F and 37. RGB value is (170,143,55). Sum of RGB (Red+Green+Blue) = 170+143+55=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F37 is #5570C8. Grayscale: #8D8D8D. Windows color (decimal): -5599433 or 3641258. OLE color: 3641258.

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

Color convert

RGB17014355-
CMYK00.160.680.33
HSL45.91º51.11%44.12%-
HSV(B)45.91º67.65%66.67%-
XYZ27.0928.477.68-
YUV141.0479.45148.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 55 (21.88% from 255) = 14.95%
R=46.20%
G=38.86%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701435500.160.680.3345.9151.1144.12
HexAA8F3701044212e332c
Octal2522176702010441566354
Binary10101010100011111101110100001000100100001101110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F37; }

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

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

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

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

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

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

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

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