Html Css Color HEX #AEA197 Cloudy

📋 copy color: '#AEA197'

red 174 ◦ green 161 ◦ blue 151

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

Shades of Cloudy #AEA197

Tints of Cloudy #AEA197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.07%

R = 35.8%
G = 33.13%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AEA197 (or 0xAEA197) is known color: Cloudy. HEX triplet: AE, A1 and 97. RGB value is (174,161,151). Sum of RGB (Red+Green+Blue) = 174+161+151=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA197 is #515E68. Grayscale: #A3A3A3. Windows color (decimal): -5332585 or 9937326. OLE color: 9937326.

HSL color Cylindrical-coordinate representation of color #AEA197: hue angle of 26.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEA197 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 151 -
CMYK 0 0.07 0.13 0.32
HSL 26.09º 0.12% 0.64% -
HSV(B) 26.09º 0.13% 0.68% -
XYZ 35.79 36.72 34.48 -
YUV 163.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 174 161 151 0 0.07 0.13 0.32 26.09 0.12 0.64
Hex AE A1 97 0 7 D 20 1A C 40
Octal 256 241 227 0 7 15 40 32 14 100
Binary 10101110 10100001 10010111 0 111 1101 100000 11010 1100 1000000

Color Harmonies of #AEA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA197

Black with #AEA197

Text Example


Text Example

White with #AEA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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