#AE9239

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

Shades of Reef Gold #AE9239

Tints of Reef Gold #AE9239

Color information

#AE9239 (or 0xAE9239) is unknown color: approx Reef Gold. HEX triplet: AE, 92 and 39. RGB value is (174,146,57). Sum of RGB (Red+Green+Blue) = 174+146+57=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9239 is #516DC6. Grayscale: #909090. Windows color (decimal): -5336519 or 3773102. OLE color: 3773102.

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

Color convert

RGB17414657-
CMYK00.160.670.32
HSL45.64º50.65%45.29%-
HSV(B)45.64º67.24%68.24%-
XYZ28.4729.858.13-
YUV144.2378.78149.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 57 (22.66% from 255) = 15.12%
R=46.15%
G=38.73%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741465700.160.670.3245.6450.6545.29
HexAE923901043202e332d
Octal2562227102010340566355
Binary10101110100100101110010100001000011100000101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9239; }

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

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

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

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

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

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

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

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