Html Css Color HEX #ADA394 Cloudy

📋 copy color: '#ADA394'

red 173 ◦ green 163 ◦ blue 148

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

Shades of Cloudy #ADA394

Tints of Cloudy #ADA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.68%

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

R = 35.74%
G = 33.68%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#ADA394 (or 0xADA394) is known color: Cloudy. HEX triplet: AD, A3 and 94. RGB value is (173,163,148). Sum of RGB (Red+Green+Blue) = 173+163+148=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA394 is #525C6B. Grayscale: #A4A4A4. Windows color (decimal): -5397612 or 9741229. OLE color: 9741229.

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

Color convert

RGB 173 163 148 -
CMYK 0 0.06 0.14 0.32
HSL 36º 0.13% 0.63% -
HSV(B) 36º 0.14% 0.68% -
XYZ 35.68 37.22 33.32 -
YUV 164.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 173 163 148 0 0.06 0.14 0.32 36 0.13 0.63
Hex AD A3 94 0 6 E 20 24 D 3F
Octal 255 243 224 0 6 16 40 44 15 77
Binary 10101101 10100011 10010100 0 110 1110 100000 100100 1101 111111

Color Harmonies of #ADA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA394

Black with #ADA394

Text Example


Text Example

White with #ADA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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