#AE9937

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

Shades of Reef Gold #AE9937

Tints of Reef Gold #AE9937

Color information

#AE9937 (or 0xAE9937) is unknown color: approx Reef Gold. HEX triplet: AE, 99 and 37. RGB value is (174,153,55). Sum of RGB (Red+Green+Blue) = 174+153+55=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9937 is #5166C8. Grayscale: #949494. Windows color (decimal): -5334729 or 3643822. OLE color: 3643822.

HSL color Cylindrical-coordinate representation of color #AE9937: hue angle of 49.41º 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 #AE9937 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17415355-
CMYK00.120.680.32
HSL49.41º51.97%44.9%-
HSV(B)49.41º68.39%68.24%-
XYZ29.5432.068.25-
YUV148.1175.46146.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 55 (21.88% from 255) = 14.40%
R=45.55%
G=40.05%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741535500.120.680.3249.4151.9744.9
HexAE99370C442031342d
Octal2562316701410440616455
Binary1010111010011001110111011001000100100000110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9937; }

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

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

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

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

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

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

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

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