#AE9232

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

Shades of Reef Gold #AE9232

Tints of Reef Gold #AE9232

Color information

#AE9232 (or 0xAE9232) is unknown color: approx Reef Gold. HEX triplet: AE, 92 and 32. RGB value is (174,146,50). Sum of RGB (Red+Green+Blue) = 174+146+50=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9232 is #516DCD. Grayscale: #8F8F8F. Windows color (decimal): -5336526 or 3314350. OLE color: 3314350.

HSL color Cylindrical-coordinate representation of color #AE9232: hue angle of 46.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE9232 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17414650-
CMYK00.160.710.32
HSL46.45º55.36%43.92%-
HSV(B)46.45º71.26%68.24%-
XYZ28.3129.797.27-
YUV143.4375.28149.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=47.03%
G=39.46%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741465000.160.710.3246.4555.3643.92
HexAE923201047202e372c
Octal2562226202010740566754
Binary10101110100100101100100100001000111100000101110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9232; }

 p { color: rgb(174,146,50); }

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

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

 a { background-color: rgb(174,146,50); }

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

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

 span { border-color: rgb(174,146,50); }

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