#AE9936

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

Shades of Reef Gold #AE9936

Tints of Reef Gold #AE9936

Color information

#AE9936 (or 0xAE9936) is unknown color: approx Reef Gold. HEX triplet: AE, 99 and 36. RGB value is (174,153,54). Sum of RGB (Red+Green+Blue) = 174+153+54=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9936 is #5166C9. Grayscale: #949494. Windows color (decimal): -5334730 or 3578286. OLE color: 3578286.

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

Color convert

RGB17415354-
CMYK00.120.690.32
HSL49.5º52.63%44.71%-
HSV(B)49.5º68.97%68.24%-
XYZ29.5132.058.12-
YUV147.9974.96146.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 54 (21.48% from 255) = 14.17%
R=45.67%
G=40.16%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741535400.120.690.3249.552.6344.71
HexAE99360C452032352d
Octal2562316601410540626555
Binary1010111010011001110110011001000101100000110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9936; }

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

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

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

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

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

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

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

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