Html Css Color HEX #ADA395 Cloudy

📋 copy color: '#ADA395'

red 173 ◦ green 163 ◦ blue 149

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

Shades of Cloudy #ADA395

Tints of Cloudy #ADA395

RGB

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

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

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

R = 35.67%
G = 33.61%
B = 30.72%

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

#ADA395 (or 0xADA395) is known color: Cloudy. HEX triplet: AD, A3 and 95. RGB value is (173,163,149). Sum of RGB (Red+Green+Blue) = 173+163+149=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA395 is #525C6A. Grayscale: #A4A4A4. Windows color (decimal): -5397611 or 9806765. OLE color: 9806765.

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

Color convert

RGB 173 163 149 -
CMYK 0 0.06 0.14 0.32
HSL 35º 0.13% 0.63% -
HSV(B) 35º 0.14% 0.68% -
XYZ 35.76 37.25 33.74 -
YUV 164.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 173 163 149 0 0.06 0.14 0.32 35 0.13 0.63
Hex AD A3 95 0 6 E 20 23 D 3F
Octal 255 243 225 0 6 16 40 43 15 77
Binary 10101101 10100011 10010101 0 110 1110 100000 100011 1101 111111

Color Harmonies of #ADA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA395

Black with #ADA395

Text Example


Text Example

White with #ADA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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