Html Css Color HEX #AEA193 Cloudy

📋 copy color: '#AEA193'

red 174 ◦ green 161 ◦ blue 147

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

Shades of Cloudy #AEA193

Tints of Cloudy #AEA193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 36.1%
G = 33.4%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AEA193 (or 0xAEA193) is known color: Cloudy. HEX triplet: AE, A1 and 93. RGB value is (174,161,147). Sum of RGB (Red+Green+Blue) = 174+161+147=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA193 is #515E6C. Grayscale: #A3A3A3. Windows color (decimal): -5332589 or 9675182. OLE color: 9675182.

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

Color convert

RGB 174 161 147 -
CMYK 0 0.07 0.16 0.32
HSL 31.11º 0.14% 0.63% -
HSV(B) 31.11º 0.16% 0.68% -
XYZ 35.47 36.59 32.8 -
YUV 163.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 174 161 147 0 0.07 0.16 0.32 31.11 0.14 0.63
Hex AE A1 93 0 7 10 20 1F E 3F
Octal 256 241 223 0 7 20 40 37 16 77
Binary 10101110 10100001 10010011 0 111 10000 100000 11111 1110 111111

Color Harmonies of #AEA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA193

Black with #AEA193

Text Example


Text Example

White with #AEA193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA193; }

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

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

background-color css

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

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

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

border-color css

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

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

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