Html Css Color HEX #AEA194 Cloudy

📋 copy color: '#AEA194'

red 174 ◦ green 161 ◦ blue 148

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

Shades of Cloudy #AEA194

Tints of Cloudy #AEA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

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

R = 36.02%
G = 33.33%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AEA194 (or 0xAEA194) is known color: Cloudy. HEX triplet: AE, A1 and 94. RGB value is (174,161,148). Sum of RGB (Red+Green+Blue) = 174+161+148=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA194 is #515E6B. Grayscale: #A3A3A3. Windows color (decimal): -5332588 or 9740718. OLE color: 9740718.

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

Color convert

RGB 174 161 148 -
CMYK 0 0.07 0.15 0.32
HSL 30º 0.14% 0.63% -
HSV(B) 30º 0.15% 0.68% -
XYZ 35.55 36.63 33.21 -
YUV 163.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 174 161 148 0 0.07 0.15 0.32 30 0.14 0.63
Hex AE A1 94 0 7 F 20 1E E 3F
Octal 256 241 224 0 7 17 40 36 16 77
Binary 10101110 10100001 10010100 0 111 1111 100000 11110 1110 111111

Color Harmonies of #AEA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA194

Black with #AEA194

Text Example


Text Example

White with #AEA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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