Html Css Color HEX #AEA294 Cloudy

📋 copy color: '#AEA294'

red 174 ◦ green 162 ◦ blue 148

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

Shades of Cloudy #AEA294

Tints of Cloudy #AEA294

RGB

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

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

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

R = 35.95%
G = 33.47%
B = 30.58%

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

#AEA294 (or 0xAEA294) is known color: Cloudy. HEX triplet: AE, A2 and 94. RGB value is (174,162,148). Sum of RGB (Red+Green+Blue) = 174+162+148=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA294 is #515D6B. Grayscale: #A4A4A4. Windows color (decimal): -5332332 or 9740974. OLE color: 9740974.

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

Color convert

RGB 174 162 148 -
CMYK 0 0.07 0.15 0.32
HSL 32.31º 0.14% 0.63% -
HSV(B) 32.31º 0.15% 0.68% -
XYZ 35.72 36.98 33.27 -
YUV 163.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 174 162 148 0 0.07 0.15 0.32 32.31 0.14 0.63
Hex AE A2 94 0 7 F 20 20 E 3F
Octal 256 242 224 0 7 17 40 40 16 77
Binary 10101110 10100010 10010100 0 111 1111 100000 100000 1110 111111

Color Harmonies of #AEA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA294

Black with #AEA294

Text Example


Text Example

White with #AEA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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