Html Css Color HEX #ADA296 Cloudy

📋 copy color: '#ADA296'

red 173 ◦ green 162 ◦ blue 150

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

Shades of Cloudy #ADA296

Tints of Cloudy #ADA296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 35.67%
G = 33.4%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#ADA296 (or 0xADA296) is known color: Cloudy. HEX triplet: AD, A2 and 96. RGB value is (173,162,150). Sum of RGB (Red+Green+Blue) = 173+162+150=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA296 is #525D69. Grayscale: #A3A3A3. Windows color (decimal): -5397866 or 9872045. OLE color: 9872045.

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

Color convert

RGB 173 162 150 -
CMYK 0 0.06 0.13 0.32
HSL 31.3º 0.12% 0.63% -
HSV(B) 31.3º 0.13% 0.68% -
XYZ 35.66 36.93 34.1 -
YUV 163.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 173 162 150 0 0.06 0.13 0.32 31.3 0.12 0.63
Hex AD A2 96 0 6 D 20 1F C 3F
Octal 255 242 226 0 6 15 40 37 14 77
Binary 10101101 10100010 10010110 0 110 1101 100000 11111 1100 111111

Color Harmonies of #ADA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA296

Black with #ADA296

Text Example


Text Example

White with #ADA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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