Html Css Color HEX #AEA293 Cloudy

📋 copy color: '#AEA293'

red 174 ◦ green 162 ◦ blue 147

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

Shades of Cloudy #AEA293

Tints of Cloudy #AEA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.54%

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

R = 36.02%
G = 33.54%
B = 30.43%

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

#AEA293 (or 0xAEA293) is known color: Cloudy. HEX triplet: AE, A2 and 93. RGB value is (174,162,147). Sum of RGB (Red+Green+Blue) = 174+162+147=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA293 is #515D6C. Grayscale: #A3A3A3. Windows color (decimal): -5332333 or 9675438. OLE color: 9675438.

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

Color convert

RGB 174 162 147 -
CMYK 0 0.07 0.16 0.32
HSL 33.33º 0.14% 0.63% -
HSV(B) 33.33º 0.16% 0.68% -
XYZ 35.64 36.95 32.86 -
YUV 163.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 174 162 147 0 0.07 0.16 0.32 33.33 0.14 0.63
Hex AE A2 93 0 7 10 20 21 E 3F
Octal 256 242 223 0 7 20 40 41 16 77
Binary 10101110 10100010 10010011 0 111 10000 100000 100001 1110 111111

Color Harmonies of #AEA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA293

Black with #AEA293

Text Example


Text Example

White with #AEA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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