Html Css Color HEX #AD8C88 Thatch

📋 copy color: '#AD8C88'

red 173 ◦ green 140 ◦ blue 136

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

Shades of Thatch #AD8C88

Tints of Thatch #AD8C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.18%

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

R = 38.53%
G = 31.18%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD8C88 (or 0xAD8C88) is known color: Thatch. HEX triplet: AD, 8C and 88. RGB value is (173,140,136). Sum of RGB (Red+Green+Blue) = 173+140+136=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C88 is #527377. Grayscale: #959595. Windows color (decimal): -5403512 or 8948909. OLE color: 8948909.

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

Color convert

RGB 173 140 136 -
CMYK 0 0.19 0.21 0.32
HSL 6.49º 0.18% 0.61% -
HSV(B) 6.49º 0.21% 0.68% -
XYZ 31.06 29.42 27.33 -
YUV 149.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 173 140 136 0 0.19 0.21 0.32 6.49 0.18 0.61
Hex AD 8C 88 0 13 15 20 6 12 3D
Octal 255 214 210 0 23 25 40 6 22 75
Binary 10101101 10001100 10001000 0 10011 10101 100000 110 10010 111101

Color Harmonies of #AD8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C88

Black with #AD8C88

Text Example


Text Example

White with #AD8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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