Html Css Color HEX #AEA091 Cloudy

📋 copy color: '#AEA091'

red 174 ◦ green 160 ◦ blue 145

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

Shades of Cloudy #AEA091

Tints of Cloudy #AEA091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 36.33%
G = 33.4%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AEA091 (or 0xAEA091) is known color: Cloudy. HEX triplet: AE, A0 and 91. RGB value is (174,160,145). Sum of RGB (Red+Green+Blue) = 174+160+145=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA091 is #515F6E. Grayscale: #A2A2A2. Windows color (decimal): -5332847 or 9543854. OLE color: 9543854.

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

Color convert

RGB 174 160 145 -
CMYK 0 0.08 0.17 0.32
HSL 31.03º 0.15% 0.63% -
HSV(B) 31.03º 0.17% 0.68% -
XYZ 35.14 36.18 31.92 -
YUV 162.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 174 160 145 0 0.08 0.17 0.32 31.03 0.15 0.63
Hex AE A0 91 0 8 11 20 1F F 3F
Octal 256 240 221 0 10 21 40 37 17 77
Binary 10101110 10100000 10010001 0 1000 10001 100000 11111 1111 111111

Color Harmonies of #AEA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA091

Black with #AEA091

Text Example


Text Example

White with #AEA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA091; }

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

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

background-color css

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

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

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

border-color css

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

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

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