Html Css Color HEX #AD8B89 Thatch

📋 copy color: '#AD8B89'

red 173 ◦ green 139 ◦ blue 137

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

Shades of Thatch #AD8B89

Tints of Thatch #AD8B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.96%

 BLUE value IS 137 (53.91% from 255) = 30.51%

R = 38.53%
G = 30.96%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD8B89 (or 0xAD8B89) is known color: Thatch. HEX triplet: AD, 8B and 89. RGB value is (173,139,137). Sum of RGB (Red+Green+Blue) = 173+139+137=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B89 is #527476. Grayscale: #949494. Windows color (decimal): -5403767 or 9014189. OLE color: 9014189.

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

Color convert

RGB 173 139 137 -
CMYK 0 0.20 0.21 0.32
HSL 3.33º 0.18% 0.61% -
HSV(B) 3.33º 0.21% 0.68% -
XYZ 30.98 29.16 27.66 -
YUV 148.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 173 139 137 0 0.20 0.21 0.32 3.33 0.18 0.61
Hex AD 8B 89 0 14 15 20 3 12 3D
Octal 255 213 211 0 24 25 40 3 22 75
Binary 10101101 10001011 10001001 0 10100 10101 100000 11 10010 111101

Color Harmonies of #AD8B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8B89

Black with #AD8B89

Text Example


Text Example

White with #AD8B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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