#AE9833

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

Shades of Reef Gold #AE9833

Tints of Reef Gold #AE9833

Color information

#AE9833 (or 0xAE9833) is unknown color: approx Reef Gold. HEX triplet: AE, 98 and 33. RGB value is (174,152,51). Sum of RGB (Red+Green+Blue) = 174+152+51=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9833 is #5167CC. Grayscale: #939393. Windows color (decimal): -5334989 or 3381422. OLE color: 3381422.

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

Color convert

RGB17415251-
CMYK00.130.710.32
HSL49.27º54.67%44.12%-
HSV(B)49.27º70.69%68.24%-
XYZ29.2831.697.71-
YUV147.0673.79147.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=46.15%
G=40.32%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741525100.130.710.3249.2754.6744.12
HexAE98330D472031372c
Octal2562306301510740616754
Binary1010111010011000110011011011000111100000110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9833; }

 p { color: rgb(174,152,51); }

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

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

 a { background-color: rgb(174,152,51); }

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

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

 span { border-color: rgb(174,152,51); }

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