Html Css Color HEX #AD9693 Thatch

📋 copy color: '#AD9693'

red 173 ◦ green 150 ◦ blue 147

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

Shades of Thatch #AD9693

Tints of Thatch #AD9693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

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

R = 36.81%
G = 31.91%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD9693 (or 0xAD9693) is known color: Thatch. HEX triplet: AD, 96 and 93. RGB value is (173,150,147). Sum of RGB (Red+Green+Blue) = 173+150+147=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9693 is #52696C. Grayscale: #9C9C9C. Windows color (decimal): -5400941 or 9672365. OLE color: 9672365.

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

Color convert

RGB 173 150 147 -
CMYK 0 0.13 0.15 0.32
HSL 6.92º 0.14% 0.63% -
HSV(B) 6.92º 0.15% 0.68% -
XYZ 33.41 32.8 32.17 -
YUV 156.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 173 150 147 0 0.13 0.15 0.32 6.92 0.14 0.63
Hex AD 96 93 0 D F 20 7 E 3F
Octal 255 226 223 0 15 17 40 7 16 77
Binary 10101101 10010110 10010011 0 1101 1111 100000 111 1110 111111

Color Harmonies of #AD9693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9693

Black with #AD9693

Text Example


Text Example

White with #AD9693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9693; }

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

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

background-color css

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

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

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

border-color css

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

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

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