Html Css Color HEX #ADA49E Cloudy

📋 copy color: '#ADA49E'

red 173 ◦ green 164 ◦ blue 158

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

Shades of Cloudy #ADA49E

Tints of Cloudy #ADA49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.13%

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 34.95%
G = 33.13%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADA49E (or 0xADA49E) is known color: Cloudy. HEX triplet: AD, A4 and 9E. RGB value is (173,164,158). Sum of RGB (Red+Green+Blue) = 173+164+158=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA49E is #525B61. Grayscale: #A6A6A6. Windows color (decimal): -5397346 or 10396845. OLE color: 10396845.

HSL color Cylindrical-coordinate representation of color #ADA49E: hue angle of 24º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA49E is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 158 -
CMYK 0 0.05 0.09 0.32
HSL 24º 0.08% 0.65% -
HSV(B) 24º 0.09% 0.68% -
XYZ 36.68 37.9 37.73 -
YUV 166.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 173 164 158 0 0.05 0.09 0.32 24 0.08 0.65
Hex AD A4 9E 0 5 9 20 18 8 41
Octal 255 244 236 0 5 11 40 30 10 101
Binary 10101101 10100100 10011110 0 101 1001 100000 11000 1000 1000001

Color Harmonies of #ADA49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA49E

Black with #ADA49E

Text Example


Text Example

White with #ADA49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA49E; }

 p { color: rgb(173,164,158); }

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

background-color css

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

 a { background-color: rgb(173,164,158); }

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

border-color css

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

 span { border-color: rgb(173,164,158); }

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