#AE9939

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

Shades of Reef Gold #AE9939

Tints of Reef Gold #AE9939

Color information

#AE9939 (or 0xAE9939) is unknown color: approx Reef Gold. HEX triplet: AE, 99 and 39. RGB value is (174,153,57). Sum of RGB (Red+Green+Blue) = 174+153+57=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9939 is #5166C6. Grayscale: #949494. Windows color (decimal): -5334727 or 3774894. OLE color: 3774894.

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

Color convert

RGB17415357-
CMYK00.120.670.32
HSL49.23º50.65%45.29%-
HSV(B)49.23º67.24%68.24%-
XYZ29.5932.088.5-
YUV148.3376.46146.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=45.31%
G=39.84%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741535700.120.670.3249.2350.6545.29
HexAE99390C432031332d
Octal2562317101410340616355
Binary1010111010011001111001011001000011100000110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9939; }

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

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

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

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

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

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

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

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