Html Css Color HEX #AD9590 Thatch

📋 copy color: '#AD9590'

red 173 ◦ green 149 ◦ blue 144

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

Shades of Thatch #AD9590

Tints of Thatch #AD9590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 37.12%
G = 31.97%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD9590 (or 0xAD9590) is known color: Thatch. HEX triplet: AD, 95 and 90. RGB value is (173,149,144). Sum of RGB (Red+Green+Blue) = 173+149+144=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9590 is #526A6F. Grayscale: #9B9B9B. Windows color (decimal): -5401200 or 9475501. OLE color: 9475501.

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

Color convert

RGB 173 149 144 -
CMYK 0 0.14 0.17 0.32
HSL 10.34º 0.15% 0.62% -
HSV(B) 10.34º 0.17% 0.68% -
XYZ 33.02 32.39 30.9 -
YUV 155.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 173 149 144 0 0.14 0.17 0.32 10.34 0.15 0.62
Hex AD 95 90 0 E 11 20 A F 3E
Octal 255 225 220 0 16 21 40 12 17 76
Binary 10101101 10010101 10010000 0 1110 10001 100000 1010 1111 111110

Color Harmonies of #AD9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9590

Black with #AD9590

Text Example


Text Example

White with #AD9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9590; }

 p { color: rgb(173,149,144); }

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

background-color css

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

 a { background-color: rgb(173,149,144); }

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

border-color css

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

 span { border-color: rgb(173,149,144); }

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