Html Css Color HEX #AD9994 Thatch

📋 copy color: '#AD9994'

red 173 ◦ green 153 ◦ blue 148

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

Shades of Thatch #AD9994

Tints of Thatch #AD9994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.28%

 BLUE value IS 148 (58.2% from 255) = 31.22%

R = 36.5%
G = 32.28%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9994 (or 0xAD9994) is known color: Thatch. HEX triplet: AD, 99 and 94. RGB value is (173,153,148). Sum of RGB (Red+Green+Blue) = 173+153+148=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9994 is #52666B. Grayscale: #9E9E9E. Windows color (decimal): -5400172 or 9738669. OLE color: 9738669.

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

Color convert

RGB 173 153 148 -
CMYK 0 0.12 0.14 0.32
HSL 12º 0.13% 0.63% -
HSV(B) 12º 0.14% 0.68% -
XYZ 33.97 33.8 32.75 -
YUV 158.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 173 153 148 0 0.12 0.14 0.32 12 0.13 0.63
Hex AD 99 94 0 C E 20 C D 3F
Octal 255 231 224 0 14 16 40 14 15 77
Binary 10101101 10011001 10010100 0 1100 1110 100000 1100 1101 111111

Color Harmonies of #AD9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9994

Black with #AD9994

Text Example


Text Example

White with #AD9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9994; }

 p { color: rgb(173,153,148); }

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

background-color css

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

 a { background-color: rgb(173,153,148); }

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

border-color css

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

 span { border-color: rgb(173,153,148); }

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