Html Css Color HEX #AD9493 Thatch

📋 copy color: '#AD9493'

red 173 ◦ green 148 ◦ blue 147

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

Shades of Thatch #AD9493

Tints of Thatch #AD9493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

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

R = 36.97%
G = 31.62%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD9493 (or 0xAD9493) is known color: Thatch. HEX triplet: AD, 94 and 93. RGB value is (173,148,147). Sum of RGB (Red+Green+Blue) = 173+148+147=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9493 is #526B6C. Grayscale: #9B9B9B. Windows color (decimal): -5401453 or 9671853. OLE color: 9671853.

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

Color convert

RGB 173 148 147 -
CMYK 0 0.14 0.15 0.32
HSL 2.31º 0.14% 0.63% -
HSV(B) 2.31º 0.15% 0.68% -
XYZ 33.09 32.17 32.07 -
YUV 155.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 173 148 147 0 0.14 0.15 0.32 2.31 0.14 0.63
Hex AD 94 93 0 E F 20 2 E 3F
Octal 255 224 223 0 16 17 40 2 16 77
Binary 10101101 10010100 10010011 0 1110 1111 100000 10 1110 111111

Color Harmonies of #AD9493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9493

Black with #AD9493

Text Example


Text Example

White with #AD9493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9493; }

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

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

background-color css

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

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

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

border-color css

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

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

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