#AE8E34

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

Shades of Reef Gold #AE8E34

Tints of Reef Gold #AE8E34

Color information

#AE8E34 (or 0xAE8E34) is unknown color: approx Reef Gold. HEX triplet: AE, 8E and 34. RGB value is (174,142,52). Sum of RGB (Red+Green+Blue) = 174+142+52=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8E34 is #5171CB. Grayscale: #8D8D8D. Windows color (decimal): -5337548 or 3444398. OLE color: 3444398.

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

Color convert

RGB17414252-
CMYK00.180.700.32
HSL44.26º53.98%44.31%-
HSV(B)44.26º70.11%68.24%-
XYZ27.7528.597.31-
YUV141.3177.6151.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 52 (20.70% from 255) = 14.13%
R=47.28%
G=38.59%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741425200.180.700.3244.2653.9844.31
HexAE8E3401246202c362c
Octal2562166402210640546654
Binary10101110100011101101000100101000110100000101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E34; }

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

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

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

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

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

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

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

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