Html Css Color HEX #ADACAA Cloudy

📋 copy color: '#ADACAA'

red 173 ◦ green 172 ◦ blue 170

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

Shades of Cloudy #ADACAA

Tints of Cloudy #ADACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.4%

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 33.59%
G = 33.4%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#ADACAA (or 0xADACAA) is known color: Cloudy. HEX triplet: AD, AC and AA. RGB value is (173,172,170). Sum of RGB (Red+Green+Blue) = 173+172+170=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACAA is #525355. Grayscale: #ACACAC. Windows color (decimal): -5395286 or 11185325. OLE color: 11185325.

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

Color convert

RGB 173 172 170 -
CMYK 0 0.01 0.02 0.32
HSL 40º 0.02% 0.67% -
HSV(B) 40º 0.02% 0.68% -
XYZ 39.24 41.29 43.93 -
YUV 172.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 173 172 170 0 0.01 0.02 0.32 40 0.02 0.67
Hex AD AC AA 0 1 2 20 28 2 43
Octal 255 254 252 0 1 2 40 50 2 103
Binary 10101101 10101100 10101010 0 1 10 100000 101000 10 1000011

Color Harmonies of #ADACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACAA

Black with #ADACAA

Text Example


Text Example

White with #ADACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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