#AE9634

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

Shades of Reef Gold #AE9634

Tints of Reef Gold #AE9634

Color information

#AE9634 (or 0xAE9634) is unknown color: approx Reef Gold. HEX triplet: AE, 96 and 34. RGB value is (174,150,52). Sum of RGB (Red+Green+Blue) = 174+150+52=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9634 is #5169CB. Grayscale: #929292. Windows color (decimal): -5335500 or 3446446. OLE color: 3446446.

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

Color convert

RGB17415052-
CMYK00.140.700.32
HSL48.2º53.98%44.31%-
HSV(B)48.2º70.11%68.24%-
XYZ28.9831.067.72-
YUV14674.95147.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 52 (20.70% from 255) = 13.83%
R=46.28%
G=39.89%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741505200.140.700.3248.253.9844.31
HexAE96340E462030362c
Octal2562266401610640606654
Binary1010111010010110110100011101000110100000110000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9634; }

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

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

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

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

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

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

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

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