Html Css Color HEX #ADA496 Cloudy

📋 copy color: '#ADA496'

red 173 ◦ green 164 ◦ blue 150

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

Shades of Cloudy #ADA496

Tints of Cloudy #ADA496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 35.52%
G = 33.68%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#ADA496 (or 0xADA496) is known color: Cloudy. HEX triplet: AD, A4 and 96. RGB value is (173,164,150). Sum of RGB (Red+Green+Blue) = 173+164+150=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA496 is #525B69. Grayscale: #A5A5A5. Windows color (decimal): -5397354 or 9872557. OLE color: 9872557.

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

Color convert

RGB 173 164 150 -
CMYK 0 0.05 0.13 0.32
HSL 36.52º 0.12% 0.63% -
HSV(B) 36.52º 0.13% 0.68% -
XYZ 36.01 37.64 34.22 -
YUV 165.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 173 164 150 0 0.05 0.13 0.32 36.52 0.12 0.63
Hex AD A4 96 0 5 D 20 25 C 3F
Octal 255 244 226 0 5 15 40 45 14 77
Binary 10101101 10100100 10010110 0 101 1101 100000 100101 1100 111111

Color Harmonies of #ADA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA496

Black with #ADA496

Text Example


Text Example

White with #ADA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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