Html Css Color HEX #ADA194 Cloudy

📋 copy color: '#ADA194'

red 173 ◦ green 161 ◦ blue 148

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

Shades of Cloudy #ADA194

Tints of Cloudy #ADA194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 35.89%
G = 33.4%
B = 30.71%

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

#ADA194 (or 0xADA194) is known color: Cloudy. HEX triplet: AD, A1 and 94. RGB value is (173,161,148). Sum of RGB (Red+Green+Blue) = 173+161+148=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA194 is #525E6B. Grayscale: #A3A3A3. Windows color (decimal): -5398124 or 9740717. OLE color: 9740717.

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

Color convert

RGB 173 161 148 -
CMYK 0 0.07 0.14 0.32
HSL 31.2º 0.13% 0.63% -
HSV(B) 31.2º 0.14% 0.68% -
XYZ 35.32 36.51 33.2 -
YUV 163.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 173 161 148 0 0.07 0.14 0.32 31.2 0.13 0.63
Hex AD A1 94 0 7 E 20 1F D 3F
Octal 255 241 224 0 7 16 40 37 15 77
Binary 10101101 10100001 10010100 0 111 1110 100000 11111 1101 111111

Color Harmonies of #ADA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA194

Black with #ADA194

Text Example


Text Example

White with #ADA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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