#AE9A36

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

Shades of Reef Gold #AE9A36

Tints of Reef Gold #AE9A36

Color information

#AE9A36 (or 0xAE9A36) is unknown color: approx Reef Gold. HEX triplet: AE, 9A and 36. RGB value is (174,154,54). Sum of RGB (Red+Green+Blue) = 174+154+54=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9A36 is #5165C9. Grayscale: #959595. Windows color (decimal): -5334474 or 3578542. OLE color: 3578542.

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

Color convert

RGB17415454-
CMYK00.110.690.32
HSL50º52.63%44.71%-
HSV(B)50º68.97%68.24%-
XYZ29.6832.388.18-
YUV148.5874.63146.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 154 (60.55% from 255) = 40.31%
BLUE value IS 54 (21.48% from 255) = 14.14%
R=45.55%
G=40.31%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741545400.110.690.325052.6344.71
HexAE9A360B452032352d
Octal2562326601310540626555
Binary1010111010011010110110010111000101100000110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A36; }

 p { color: rgb(174,154,54); }

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

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

 a { background-color: rgb(174,154,54); }

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

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

 span { border-color: rgb(174,154,54); }

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