#AEA392

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

Shades of Cloudy #AEA392

Tints of Cloudy #AEA392

Color information

#AEA392 (or 0xAEA392) is unknown color: approx Cloudy. HEX triplet: AE, A3 and 92. RGB value is (174,163,146). Sum of RGB (Red+Green+Blue) = 174+163+146=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA392 is #515C6D. Grayscale: #A4A4A4. Windows color (decimal): -5332078 or 9610158. OLE color: 9610158.

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

Color convert

RGB174163146-
CMYK00.060.160.32
HSL36.43º14.74%62.75%-
HSV(B)36.43º16.09%68.24%-
XYZ35.7437.2732.5-
YUV164.35117.64134.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=36.02%
G=33.75%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416314600.060.160.3236.4314.7462.75
HexAEA39206102024f3f
Octal256243222062040441777
Binary1010111010100011100100100110100001000001001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA392; }

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

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

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

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

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

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

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

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