Html Css Color HEX #ADA096 Cloudy

📋 copy color: '#ADA096'

red 173 ◦ green 160 ◦ blue 150

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

Shades of Cloudy #ADA096

Tints of Cloudy #ADA096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.13%

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

R = 35.82%
G = 33.13%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#ADA096 (or 0xADA096) is known color: Cloudy. HEX triplet: AD, A0 and 96. RGB value is (173,160,150). Sum of RGB (Red+Green+Blue) = 173+160+150=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA096 is #525F69. Grayscale: #A2A2A2. Windows color (decimal): -5398378 or 9871533. OLE color: 9871533.

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

Color convert

RGB 173 160 150 -
CMYK 0 0.08 0.13 0.32
HSL 26.09º 0.12% 0.63% -
HSV(B) 26.09º 0.13% 0.68% -
XYZ 35.31 36.23 33.99 -
YUV 162.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 173 160 150 0 0.08 0.13 0.32 26.09 0.12 0.63
Hex AD A0 96 0 8 D 20 1A C 3F
Octal 255 240 226 0 10 15 40 32 14 77
Binary 10101101 10100000 10010110 0 1000 1101 100000 11010 1100 111111

Color Harmonies of #ADA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA096

Black with #ADA096

Text Example


Text Example

White with #ADA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA096; }

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

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

background-color css

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

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

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

border-color css

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

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

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