Html Css Color HEX #AEABA6 Cloudy

📋 copy color: '#AEABA6'

red 174 ◦ green 171 ◦ blue 166

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

Shades of Cloudy #AEABA6

Tints of Cloudy #AEABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.46%

 BLUE value IS 166 (65.23% from 255) = 32.49%

R = 34.05%
G = 33.46%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AEABA6 (or 0xAEABA6) is known color: Cloudy. HEX triplet: AE, AB and A6. RGB value is (174,171,166). Sum of RGB (Red+Green+Blue) = 174+171+166=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 174 - color contains mainly: red. Hex color #AEABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABA6 is #515459. Grayscale: #ABABAB. Windows color (decimal): -5330010 or 10922926. OLE color: 10922926.

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

Color convert

RGB 174 171 166 -
CMYK 0 0.02 0.05 0.32
HSL 37.5º 0.05% 0.67% -
HSV(B) 37.5º 0.05% 0.68% -
XYZ 38.9 40.88 41.92 -
YUV 171.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 174 171 166 0 0.02 0.05 0.32 37.5 0.05 0.67
Hex AE AB A6 0 2 5 20 26 5 43
Octal 256 253 246 0 2 5 40 46 5 103
Binary 10101110 10101011 10100110 0 10 101 100000 100110 101 1000011

Color Harmonies of #AEABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABA6

Black with #AEABA6

Text Example


Text Example

White with #AEABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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