Html Css Color HEX #ADA198 Cloudy

📋 copy color: '#ADA198'

red 173 ◦ green 161 ◦ blue 152

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

Shades of Cloudy #ADA198

Tints of Cloudy #ADA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 35.6%
G = 33.13%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADA198 (or 0xADA198) is known color: Cloudy. HEX triplet: AD, A1 and 98. RGB value is (173,161,152). Sum of RGB (Red+Green+Blue) = 173+161+152=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA198 is #525E67. Grayscale: #A3A3A3. Windows color (decimal): -5398120 or 10002861. OLE color: 10002861.

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

Color convert

RGB 173 161 152 -
CMYK 0 0.07 0.12 0.32
HSL 25.71º 0.11% 0.64% -
HSV(B) 25.71º 0.12% 0.68% -
XYZ 35.65 36.64 34.9 -
YUV 163.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 173 161 152 0 0.07 0.12 0.32 25.71 0.11 0.64
Hex AD A1 98 0 7 C 20 1A B 40
Octal 255 241 230 0 7 14 40 32 13 100
Binary 10101101 10100001 10011000 0 111 1100 100000 11010 1011 1000000

Color Harmonies of #ADA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA198

Black with #ADA198

Text Example


Text Example

White with #ADA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA198; }

 p { color: rgb(173,161,152); }

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

background-color css

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

 a { background-color: rgb(173,161,152); }

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

border-color css

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

 span { border-color: rgb(173,161,152); }

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