Html Css Color HEX #ADA698 Cloudy

📋 copy color: '#ADA698'

red 173 ◦ green 166 ◦ blue 152

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

Shades of Cloudy #ADA698

Tints of Cloudy #ADA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

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

R = 35.23%
G = 33.81%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADA698 (or 0xADA698) is known color: Cloudy. HEX triplet: AD, A6 and 98. RGB value is (173,166,152). Sum of RGB (Red+Green+Blue) = 173+166+152=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA698 is #525967. Grayscale: #A6A6A6. Windows color (decimal): -5396840 or 10004141. OLE color: 10004141.

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

Color convert

RGB 173 166 152 -
CMYK 0 0.04 0.12 0.32
HSL 40º 0.11% 0.64% -
HSV(B) 40º 0.12% 0.68% -
XYZ 36.54 38.42 35.2 -
YUV 166.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 173 166 152 0 0.04 0.12 0.32 40 0.11 0.64
Hex AD A6 98 0 4 C 20 28 B 40
Octal 255 246 230 0 4 14 40 50 13 100
Binary 10101101 10100110 10011000 0 100 1100 100000 101000 1011 1000000

Color Harmonies of #ADA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA698

Black with #ADA698

Text Example


Text Example

White with #ADA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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