Html Css Color HEX #ADA195 Cloudy

📋 copy color: '#ADA195'

red 173 ◦ green 161 ◦ blue 149

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

Shades of Cloudy #ADA195

Tints of Cloudy #ADA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 35.82%
G = 33.33%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#ADA195 (or 0xADA195) is known color: Cloudy. HEX triplet: AD, A1 and 95. RGB value is (173,161,149). Sum of RGB (Red+Green+Blue) = 173+161+149=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA195 is #525E6A. Grayscale: #A3A3A3. Windows color (decimal): -5398123 or 9806253. OLE color: 9806253.

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

Color convert

RGB 173 161 149 -
CMYK 0 0.07 0.14 0.32
HSL 30º 0.13% 0.63% -
HSV(B) 30º 0.14% 0.68% -
XYZ 35.4 36.54 33.62 -
YUV 163.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 173 161 149 0 0.07 0.14 0.32 30 0.13 0.63
Hex AD A1 95 0 7 E 20 1E D 3F
Octal 255 241 225 0 7 16 40 36 15 77
Binary 10101101 10100001 10010101 0 111 1110 100000 11110 1101 111111

Color Harmonies of #ADA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA195

Black with #ADA195

Text Example


Text Example

White with #ADA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA195; }

 p { color: rgb(173,161,149); }

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

background-color css

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

 a { background-color: rgb(173,161,149); }

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

border-color css

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

 span { border-color: rgb(173,161,149); }

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