#AE9C34

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

Shades of Reef Gold #AE9C34

Tints of Reef Gold #AE9C34

Color information

#AE9C34 (or 0xAE9C34) is unknown color: approx Reef Gold. HEX triplet: AE, 9C and 34. RGB value is (174,156,52). Sum of RGB (Red+Green+Blue) = 174+156+52=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C34 is #5163CB. Grayscale: #959595. Windows color (decimal): -5333964 or 3447982. OLE color: 3447982.

HSL color Cylindrical-coordinate representation of color #AE9C34: hue angle of 51.15º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE9C34 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB17415652-
CMYK00.100.700.32
HSL51.15º53.98%44.31%-
HSV(B)51.15º70.11%68.24%-
XYZ29.9633.028.04-
YUV149.5372.96145.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=45.55%
G=40.84%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741565200.100.700.3251.1553.9844.31
HexAE9C340A462033362c
Octal2562346401210640636654
Binary1010111010011100110100010101000110100000110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C34; }

 p { color: rgb(174,156,52); }

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

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

 a { background-color: rgb(174,156,52); }

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

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

 span { border-color: rgb(174,156,52); }

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