Html Css Color HEX #ADA095 Cloudy

📋 copy color: '#ADA095'

red 173 ◦ green 160 ◦ blue 149

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

Shades of Cloudy #ADA095

Tints of Cloudy #ADA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.2%

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

R = 35.89%
G = 33.2%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#ADA095 (or 0xADA095) is known color: Cloudy. HEX triplet: AD, A0 and 95. RGB value is (173,160,149). Sum of RGB (Red+Green+Blue) = 173+160+149=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA095 is #525F6A. Grayscale: #A2A2A2. Windows color (decimal): -5398379 or 9805997. OLE color: 9805997.

HSL color Cylindrical-coordinate representation of color #ADA095: hue angle of 27.5º 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 #ADA095 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 149 -
CMYK 0 0.08 0.14 0.32
HSL 27.5º 0.13% 0.63% -
HSV(B) 27.5º 0.14% 0.68% -
XYZ 35.23 36.2 33.56 -
YUV 162.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 173 160 149 0 0.08 0.14 0.32 27.5 0.13 0.63
Hex AD A0 95 0 8 E 20 1C D 3F
Octal 255 240 225 0 10 16 40 34 15 77
Binary 10101101 10100000 10010101 0 1000 1110 100000 11100 1101 111111

Color Harmonies of #ADA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA095

Black with #ADA095

Text Example


Text Example

White with #ADA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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