Html Css Color HEX #AEA6A0 Cloudy

📋 copy color: '#AEA6A0'

red 174 ◦ green 166 ◦ blue 160

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

Shades of Cloudy #AEA6A0

Tints of Cloudy #AEA6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.2%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 34.8%
G = 33.2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AEA6A0 (or 0xAEA6A0) is known color: Cloudy. HEX triplet: AE, A6 and A0. RGB value is (174,166,160). Sum of RGB (Red+Green+Blue) = 174+166+160=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA6A0 is #51595F. Grayscale: #A7A7A7. Windows color (decimal): -5331296 or 10528430. OLE color: 10528430.

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

Color convert

RGB 174 166 160 -
CMYK 0 0.05 0.08 0.32
HSL 25.71º 0.08% 0.65% -
HSV(B) 25.71º 0.08% 0.68% -
XYZ 37.44 38.81 38.78 -
YUV 167.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 174 166 160 0 0.05 0.08 0.32 25.71 0.08 0.65
Hex AE A6 A0 0 5 8 20 1A 8 41
Octal 256 246 240 0 5 10 40 32 10 101
Binary 10101110 10100110 10100000 0 101 1000 100000 11010 1000 1000001

Color Harmonies of #AEA6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA6A0

Black with #AEA6A0

Text Example


Text Example

White with #AEA6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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