Html Css Color HEX #ADA091 Cloudy

📋 copy color: '#ADA091'

red 173 ◦ green 160 ◦ blue 145

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

Shades of Cloudy #ADA091

Tints of Cloudy #ADA091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.33%

R = 36.19%
G = 33.47%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#ADA091 (or 0xADA091) is known color: Cloudy. HEX triplet: AD, A0 and 91. RGB value is (173,160,145). Sum of RGB (Red+Green+Blue) = 173+160+145=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA091 is #525F6E. Grayscale: #A2A2A2. Windows color (decimal): -5398383 or 9543853. OLE color: 9543853.

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

Color convert

RGB 173 160 145 -
CMYK 0 0.08 0.16 0.32
HSL 32.14º 0.15% 0.62% -
HSV(B) 32.14º 0.16% 0.68% -
XYZ 34.92 36.07 31.91 -
YUV 162.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 173 160 145 0 0.08 0.16 0.32 32.14 0.15 0.62
Hex AD A0 91 0 8 10 20 20 F 3E
Octal 255 240 221 0 10 20 40 40 17 76
Binary 10101101 10100000 10010001 0 1000 10000 100000 100000 1111 111110

Color Harmonies of #ADA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA091

Black with #ADA091

Text Example


Text Example

White with #ADA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA091; }

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

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

background-color css

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

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

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

border-color css

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

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

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