#AE9439

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

Shades of Reef Gold #AE9439

Tints of Reef Gold #AE9439

Color information

#AE9439 (or 0xAE9439) is unknown color: approx Reef Gold. HEX triplet: AE, 94 and 39. RGB value is (174,148,57). Sum of RGB (Red+Green+Blue) = 174+148+57=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9439 is #516BC6. Grayscale: #919191. Windows color (decimal): -5336007 or 3773614. OLE color: 3773614.

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

Color convert

RGB17414857-
CMYK00.150.670.32
HSL46.67º50.65%45.29%-
HSV(B)46.67º67.24%68.24%-
XYZ28.7830.478.24-
YUV145.478.11148.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 57 (22.66% from 255) = 15.04%
R=45.91%
G=39.05%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741485700.150.670.3246.6750.6545.29
HexAE94390F43202f332d
Octal2562247101710340576355
Binary1010111010010100111001011111000011100000101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9439; }

 p { color: rgb(174,148,57); }

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

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

 a { background-color: rgb(174,148,57); }

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

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

 span { border-color: rgb(174,148,57); }

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