Html Css Color HEX #AD9E9A Thatch

📋 copy color: '#AD9E9A'

red 173 ◦ green 158 ◦ blue 154

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

Shades of Thatch #AD9E9A

Tints of Thatch #AD9E9A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 35.67%
G = 32.58%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD9E9A (or 0xAD9E9A) is known color: Thatch. HEX triplet: AD, 9E and 9A. RGB value is (173,158,154). Sum of RGB (Red+Green+Blue) = 173+158+154=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E9A is #526165. Grayscale: #A2A2A2. Windows color (decimal): -5398886 or 10133165. OLE color: 10133165.

HSL color Cylindrical-coordinate representation of color #AD9E9A: hue angle of 12.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AD9E9A is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 158 154 -
CMYK 0 0.09 0.11 0.32
HSL 12.63º 0.1% 0.64% -
HSV(B) 12.63º 0.11% 0.68% -
XYZ 35.29 35.67 35.6 -
YUV 162.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 173 158 154 0 0.09 0.11 0.32 12.63 0.1 0.64
Hex AD 9E 9A 0 9 B 20 D A 40
Octal 255 236 232 0 11 13 40 15 12 100
Binary 10101101 10011110 10011010 0 1001 1011 100000 1101 1010 1000000

Color Harmonies of #AD9E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E9A

Black with #AD9E9A

Text Example


Text Example

White with #AD9E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E9A; }

 p { color: rgb(173,158,154); }

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

background-color css

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

 a { background-color: rgb(173,158,154); }

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

border-color css

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

 span { border-color: rgb(173,158,154); }

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