#AE9333

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

Shades of Reef Gold #AE9333

Tints of Reef Gold #AE9333

Color information

#AE9333 (or 0xAE9333) is unknown color: approx Reef Gold. HEX triplet: AE, 93 and 33. RGB value is (174,147,51). Sum of RGB (Red+Green+Blue) = 174+147+51=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9333 is #516CCC. Grayscale: #909090. Windows color (decimal): -5336269 or 3380142. OLE color: 3380142.

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

Color convert

RGB17414751-
CMYK00.160.710.32
HSL46.83º54.67%44.12%-
HSV(B)46.83º70.69%68.24%-
XYZ28.4930.117.44-
YUV144.1375.45149.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=46.77%
G=39.52%
B=13.71%

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
Decimal1741475100.160.710.3246.8354.6744.12
HexAE933301047202f372c
Octal2562236302010740576754
Binary10101110100100111100110100001000111100000101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9333; }

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

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

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

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

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

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

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

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