#AE9431

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

Shades of Reef Gold #AE9431

Tints of Reef Gold #AE9431

Color information

#AE9431 (or 0xAE9431) is unknown color: approx Reef Gold. HEX triplet: AE, 94 and 31. RGB value is (174,148,49). Sum of RGB (Red+Green+Blue) = 174+148+49=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9431 is #516BCE. Grayscale: #909090. Windows color (decimal): -5336015 or 3249326. OLE color: 3249326.

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

Color convert

RGB17414849-
CMYK00.150.720.32
HSL47.52º56.05%43.73%-
HSV(B)47.52º71.84%68.24%-
XYZ28.630.47.27-
YUV144.4974.11149.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=46.90%
G=39.89%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741484900.150.720.3247.5256.0543.73
HexAE94310F482030382c
Octal2562246101711040607054
Binary1010111010010100110001011111001000100000110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9431; }

 p { color: rgb(174,148,49); }

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

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

 a { background-color: rgb(174,148,49); }

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

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

 span { border-color: rgb(174,148,49); }

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