#AE9631

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

Shades of Reef Gold #AE9631

Tints of Reef Gold #AE9631

Color information

#AE9631 (or 0xAE9631) is unknown color: approx Reef Gold. HEX triplet: AE, 96 and 31. RGB value is (174,150,49). Sum of RGB (Red+Green+Blue) = 174+150+49=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9631 is #5169CE. Grayscale: #929292. Windows color (decimal): -5335503 or 3249838. OLE color: 3249838.

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

Color convert

RGB17415049-
CMYK00.140.720.32
HSL48.48º56.05%43.73%-
HSV(B)48.48º71.84%68.24%-
XYZ28.9231.037.37-
YUV145.6673.45148.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=46.65%
G=40.21%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741504900.140.720.3248.4856.0543.73
HexAE96310E482030382c
Octal2562266101611040607054
Binary1010111010010110110001011101001000100000110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9631; }

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

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

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

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

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

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

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

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