Html Css Color HEX #ADA8A2 Cloudy

📋 copy color: '#ADA8A2'

red 173 ◦ green 168 ◦ blue 162

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

Shades of Cloudy #ADA8A2

Tints of Cloudy #ADA8A2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 162 (63.67% from 255) = 32.21%

R = 34.39%
G = 33.4%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#ADA8A2 (or 0xADA8A2) is known color: Cloudy. HEX triplet: AD, A8 and A2. RGB value is (173,168,162). Sum of RGB (Red+Green+Blue) = 173+168+162=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8A2 is #52575D. Grayscale: #A8A8A8. Windows color (decimal): -5396318 or 10660013. OLE color: 10660013.

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

Color convert

RGB 173 168 162 -
CMYK 0 0.03 0.06 0.32
HSL 32.73º 0.06% 0.66% -
HSV(B) 32.73º 0.06% 0.68% -
XYZ 37.76 39.5 39.82 -
YUV 168.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 173 168 162 0 0.03 0.06 0.32 32.73 0.06 0.66
Hex AD A8 A2 0 3 6 20 21 6 42
Octal 255 250 242 0 3 6 40 41 6 102
Binary 10101101 10101000 10100010 0 11 110 100000 100001 110 1000010

Color Harmonies of #ADA8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8A2

Black with #ADA8A2

Text Example


Text Example

White with #ADA8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8A2; }

 p { color: rgb(173,168,162); }

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

background-color css

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

 a { background-color: rgb(173,168,162); }

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

border-color css

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

 span { border-color: rgb(173,168,162); }

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