#AE9834

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

Shades of Reef Gold #AE9834

Tints of Reef Gold #AE9834

Color information

#AE9834 (or 0xAE9834) is unknown color: approx Reef Gold. HEX triplet: AE, 98 and 34. RGB value is (174,152,52). Sum of RGB (Red+Green+Blue) = 174+152+52=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9834 is #5167CB. Grayscale: #939393. Windows color (decimal): -5334988 or 3446958. OLE color: 3446958.

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

Color convert

RGB17415252-
CMYK00.130.700.32
HSL49.18º53.98%44.31%-
HSV(B)49.18º70.11%68.24%-
XYZ29.331.77.82-
YUV147.1874.29147.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 52 (20.70% from 255) = 13.76%
R=46.03%
G=40.21%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741525200.130.700.3249.1853.9844.31
HexAE98340D462031362c
Octal2562306401510640616654
Binary1010111010011000110100011011000110100000110001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9834; }

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

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

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

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

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

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

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

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