#AE9735

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

Shades of Reef Gold #AE9735

Tints of Reef Gold #AE9735

Color information

#AE9735 (or 0xAE9735) is unknown color: approx Reef Gold. HEX triplet: AE, 97 and 35. RGB value is (174,151,53). Sum of RGB (Red+Green+Blue) = 174+151+53=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9735 is #5168CA. Grayscale: #939393. Windows color (decimal): -5335243 or 3512238. OLE color: 3512238.

HSL color Cylindrical-coordinate representation of color #AE9735: hue angle of 48.6º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE9735 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB17415153-
CMYK00.130.700.32
HSL48.6º53.3%44.51%-
HSV(B)48.6º69.54%68.24%-
XYZ29.1631.397.89-
YUV146.7175.12147.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=46.03%
G=39.95%
B=14.02%

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
Decimal1741515300.130.700.3248.653.344.51
HexAE97350D462031352d
Octal2562276501510640616555
Binary1010111010010111110101011011000110100000110001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9735; }

 p { color: rgb(174,151,53); }

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

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

 a { background-color: rgb(174,151,53); }

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

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

 span { border-color: rgb(174,151,53); }

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