Html Css Color HEX #ADA093 Cloudy

📋 copy color: '#ADA093'

red 173 ◦ green 160 ◦ blue 147

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

Shades of Cloudy #ADA093

Tints of Cloudy #ADA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.63%

R = 36.04%
G = 33.33%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#ADA093 (or 0xADA093) is known color: Cloudy. HEX triplet: AD, A0 and 93. RGB value is (173,160,147). Sum of RGB (Red+Green+Blue) = 173+160+147=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA093 is #525F6C. Grayscale: #A2A2A2. Windows color (decimal): -5398381 or 9674925. OLE color: 9674925.

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

Color convert

RGB 173 160 147 -
CMYK 0 0.08 0.15 0.32
HSL 30º 0.14% 0.63% -
HSV(B) 30º 0.15% 0.68% -
XYZ 35.07 36.13 32.73 -
YUV 162.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 173 160 147 0 0.08 0.15 0.32 30 0.14 0.63
Hex AD A0 93 0 8 F 20 1E E 3F
Octal 255 240 223 0 10 17 40 36 16 77
Binary 10101101 10100000 10010011 0 1000 1111 100000 11110 1110 111111

Color Harmonies of #ADA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA093

Black with #ADA093

Text Example


Text Example

White with #ADA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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