Html Css Color HEX #ADAAA4 Cloudy

📋 copy color: '#ADAAA4'

red 173 ◦ green 170 ◦ blue 164

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

Shades of Cloudy #ADAAA4

Tints of Cloudy #ADAAA4

RGB

 RED value IS 173 (67.97% from 255) = 34.12%

 GREEN value IS 170 (66.8% from 255) = 33.53%

 BLUE value IS 164 (64.45% from 255) = 32.35%

R = 34.12%
G = 33.53%
B = 32.35%

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

#ADAAA4 (or 0xADAAA4) is known color: Cloudy. HEX triplet: AD, AA and A4. RGB value is (173,170,164). Sum of RGB (Red+Green+Blue) = 173+170+164=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA4 is #52555B. Grayscale: #AAAAAA. Windows color (decimal): -5395804 or 10791597. OLE color: 10791597.

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

Color convert

RGB 173 170 164 -
CMYK 0 0.02 0.05 0.32
HSL 40º 0.05% 0.66% -
HSV(B) 40º 0.05% 0.68% -
XYZ 38.31 40.31 40.88 -
YUV 170.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 173 170 164 0 0.02 0.05 0.32 40 0.05 0.66
Hex AD AA A4 0 2 5 20 28 5 42
Octal 255 252 244 0 2 5 40 50 5 102
Binary 10101101 10101010 10100100 0 10 101 100000 101000 101 1000010

Color Harmonies of #ADAAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAA4

Black with #ADAAA4

Text Example


Text Example

White with #ADAAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAA4; }

 p { color: rgb(173,170,164); }

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

background-color css

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

 a { background-color: rgb(173,170,164); }

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

border-color css

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

 span { border-color: rgb(173,170,164); }

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