Html Css Color HEX #ADAAA7 Cloudy

📋 copy color: '#ADAAA7'

red 173 ◦ green 170 ◦ blue 167

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

Shades of Cloudy #ADAAA7

Tints of Cloudy #ADAAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.75%

R = 33.92%
G = 33.33%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#ADAAA7 (or 0xADAAA7) is known color: Cloudy. HEX triplet: AD, AA and A7. RGB value is (173,170,167). Sum of RGB (Red+Green+Blue) = 173+170+167=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA7 is #525558. Grayscale: #AAAAAA. Windows color (decimal): -5395801 or 10988205. OLE color: 10988205.

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

Color convert

RGB 173 170 167 -
CMYK 0 0.02 0.03 0.32
HSL 30º 0.04% 0.67% -
HSV(B) 30º 0.03% 0.68% -
XYZ 38.58 40.42 42.33 -
YUV 170.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 173 170 167 0 0.02 0.03 0.32 30 0.04 0.67
Hex AD AA A7 0 2 3 20 1E 4 43
Octal 255 252 247 0 2 3 40 36 4 103
Binary 10101101 10101010 10100111 0 10 11 100000 11110 100 1000011

Color Harmonies of #ADAAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAA7

Black with #ADAAA7

Text Example


Text Example

White with #ADAAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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