#AE9535

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

Shades of Reef Gold #AE9535

Tints of Reef Gold #AE9535

Color information

#AE9535 (or 0xAE9535) is unknown color: approx Reef Gold. HEX triplet: AE, 95 and 35. RGB value is (174,149,53). Sum of RGB (Red+Green+Blue) = 174+149+53=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9535 is #516ACA. Grayscale: #919191. Windows color (decimal): -5335755 or 3511726. OLE color: 3511726.

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

Color convert

RGB17414953-
CMYK00.140.700.32
HSL47.6º53.3%44.51%-
HSV(B)47.6º69.54%68.24%-
XYZ28.8530.757.78-
YUV145.5375.78148.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 53 (21.09% from 255) = 14.10%
R=46.28%
G=39.63%
B=14.10%

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
Decimal1741495300.140.700.3247.653.344.51
HexAE95350E462030352d
Octal2562256501610640606555
Binary1010111010010101110101011101000110100000110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9535; }

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

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

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

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

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

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

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

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