Html Css Color HEX #AD8988 Thatch

📋 copy color: '#AD8988'

red 173 ◦ green 137 ◦ blue 136

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

Shades of Thatch #AD8988

Tints of Thatch #AD8988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 38.79%
G = 30.72%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD8988 (or 0xAD8988) is known color: Thatch. HEX triplet: AD, 89 and 88. RGB value is (173,137,136). Sum of RGB (Red+Green+Blue) = 173+137+136=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8988 is #527677. Grayscale: #939393. Windows color (decimal): -5404280 or 8948141. OLE color: 8948141.

HSL color Cylindrical-coordinate representation of color #AD8988: hue angle of 1.62º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8988 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 136 -
CMYK 0 0.21 0.21 0.32
HSL 1.62º 0.18% 0.61% -
HSV(B) 1.62º 0.21% 0.68% -
XYZ 30.62 28.55 27.19 -
YUV 147.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 173 137 136 0 0.21 0.21 0.32 1.62 0.18 0.61
Hex AD 89 88 0 15 15 20 2 12 3D
Octal 255 211 210 0 25 25 40 2 22 75
Binary 10101101 10001001 10001000 0 10101 10101 100000 10 10010 111101

Color Harmonies of #AD8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8988

Black with #AD8988

Text Example


Text Example

White with #AD8988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8988; }

 p { color: rgb(173,137,136); }

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

background-color css

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

 a { background-color: rgb(173,137,136); }

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

border-color css

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

 span { border-color: rgb(173,137,136); }

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