Html Css Color HEX #AD9694 Thatch

📋 copy color: '#AD9694'

red 173 ◦ green 150 ◦ blue 148

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

Shades of Thatch #AD9694

Tints of Thatch #AD9694

RGB

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

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

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

R = 36.73%
G = 31.85%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9694 (or 0xAD9694) is known color: Thatch. HEX triplet: AD, 96 and 94. RGB value is (173,150,148). Sum of RGB (Red+Green+Blue) = 173+150+148=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9694 is #52696B. Grayscale: #9C9C9C. Windows color (decimal): -5400940 or 9737901. OLE color: 9737901.

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

Color convert

RGB 173 150 148 -
CMYK 0 0.13 0.14 0.32
HSL 4.8º 0.13% 0.63% -
HSV(B) 4.8º 0.14% 0.68% -
XYZ 33.49 32.84 32.59 -
YUV 156.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 173 150 148 0 0.13 0.14 0.32 4.8 0.13 0.63
Hex AD 96 94 0 D E 20 5 D 3F
Octal 255 226 224 0 15 16 40 5 15 77
Binary 10101101 10010110 10010100 0 1101 1110 100000 101 1101 111111

Color Harmonies of #AD9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9694

Black with #AD9694

Text Example


Text Example

White with #AD9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9694; }

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

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

background-color css

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

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

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

border-color css

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

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

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