Html Css Color HEX #AEA290 Cloudy

📋 copy color: '#AEA290'

red 174 ◦ green 162 ◦ blue 144

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

Shades of Cloudy #AEA290

Tints of Cloudy #AEA290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30%

R = 36.25%
G = 33.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AEA290 (or 0xAEA290) is known color: Cloudy. HEX triplet: AE, A2 and 90. RGB value is (174,162,144). Sum of RGB (Red+Green+Blue) = 174+162+144=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA290 is #515D6F. Grayscale: #A3A3A3. Windows color (decimal): -5332336 or 9478830. OLE color: 9478830.

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

Color convert

RGB 174 162 144 -
CMYK 0 0.07 0.17 0.32
HSL 36º 0.16% 0.62% -
HSV(B) 36º 0.17% 0.68% -
XYZ 35.41 36.85 31.63 -
YUV 163.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 174 162 144 0 0.07 0.17 0.32 36 0.16 0.62
Hex AE A2 90 0 7 11 20 24 10 3E
Octal 256 242 220 0 7 21 40 44 20 76
Binary 10101110 10100010 10010000 0 111 10001 100000 100100 10000 111110

Color Harmonies of #AEA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA290

Black with #AEA290

Text Example


Text Example

White with #AEA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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