#AE9037

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

Shades of Reef Gold #AE9037

Tints of Reef Gold #AE9037

Color information

#AE9037 (or 0xAE9037) is unknown color: approx Reef Gold. HEX triplet: AE, 90 and 37. RGB value is (174,144,55). Sum of RGB (Red+Green+Blue) = 174+144+55=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9037 is #516FC8. Grayscale: #8F8F8F. Windows color (decimal): -5337033 or 3641518. OLE color: 3641518.

HSL color Cylindrical-coordinate representation of color #AE9037: hue angle of 44.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE9037 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17414455-
CMYK00.170.680.32
HSL44.87º51.97%44.9%-
HSV(B)44.87º68.39%68.24%-
XYZ28.1229.227.77-
YUV142.8278.44150.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 55 (21.88% from 255) = 14.75%
R=46.65%
G=38.61%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741445500.170.680.3244.8751.9744.9
HexAE903701144202d342d
Octal2562206702110440556455
Binary10101110100100001101110100011000100100000101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9037; }

 p { color: rgb(174,144,55); }

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

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

 a { background-color: rgb(174,144,55); }

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

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

 span { border-color: rgb(174,144,55); }

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