Html Css Color HEX #AEA094 Cloudy

📋 copy color: '#AEA094'

red 174 ◦ green 160 ◦ blue 148

#AEA094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloudy #AEA094

Tints of Cloudy #AEA094

RGB

 RED value IS 174 (68.36% from 255) = 36.1%

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 36.1%
G = 33.2%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AEA094 (or 0xAEA094) is known color: Cloudy. HEX triplet: AE, A0 and 94. RGB value is (174,160,148). Sum of RGB (Red+Green+Blue) = 174+160+148=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA094 is #515F6B. Grayscale: #A2A2A2. Windows color (decimal): -5332844 or 9740462. OLE color: 9740462.

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

Color convert

RGB 174 160 148 -
CMYK 0 0.08 0.15 0.32
HSL 27.69º 0.14% 0.63% -
HSV(B) 27.69º 0.15% 0.68% -
XYZ 35.37 36.28 33.16 -
YUV 162.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 174 160 148 0 0.08 0.15 0.32 27.69 0.14 0.63
Hex AE A0 94 0 8 F 20 1C E 3F
Octal 256 240 224 0 10 17 40 34 16 77
Binary 10101110 10100000 10010100 0 1000 1111 100000 11100 1110 111111

Color Harmonies of #AEA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA094

Black with #AEA094

Text Example


Text Example

White with #AEA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA094; }

 p { color: rgb(174,160,148); }

 H1.HeaderClassName
 {
   color: #AEA094;
 }
 .AnyTagClassName
 {
   color: #AEA094;
 }
</style>

background-color css

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

 a { background-color: rgb(174,160,148); }

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

border-color css

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

 span { border-color: rgb(174,160,148); }

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