Html Css Color HEX #AD9690 Thatch

📋 copy color: '#AD9690'

red 173 ◦ green 150 ◦ blue 144

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

Shades of Thatch #AD9690

Tints of Thatch #AD9690

RGB

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

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

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

R = 37.04%
G = 32.12%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD9690 (or 0xAD9690) is known color: Thatch. HEX triplet: AD, 96 and 90. RGB value is (173,150,144). Sum of RGB (Red+Green+Blue) = 173+150+144=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9690 is #52696F. Grayscale: #9C9C9C. Windows color (decimal): -5400944 or 9475757. OLE color: 9475757.

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

Color convert

RGB 173 150 144 -
CMYK 0 0.13 0.17 0.32
HSL 12.41º 0.15% 0.62% -
HSV(B) 12.41º 0.17% 0.68% -
XYZ 33.17 32.71 30.95 -
YUV 156.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 173 150 144 0 0.13 0.17 0.32 12.41 0.15 0.62
Hex AD 96 90 0 D 11 20 C F 3E
Octal 255 226 220 0 15 21 40 14 17 76
Binary 10101101 10010110 10010000 0 1101 10001 100000 1100 1111 111110

Color Harmonies of #AD9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9690

Black with #AD9690

Text Example


Text Example

White with #AD9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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