Html Css Color HEX #AD908D Thatch

📋 copy color: '#AD908D'

red 173 ◦ green 144 ◦ blue 141

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

Shades of Thatch #AD908D

Tints of Thatch #AD908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 37.77%
G = 31.44%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD908D (or 0xAD908D) is known color: Thatch. HEX triplet: AD, 90 and 8D. RGB value is (173,144,141). Sum of RGB (Red+Green+Blue) = 173+144+141=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD908D is #526F72. Grayscale: #989898. Windows color (decimal): -5402483 or 9277613. OLE color: 9277613.

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

Color convert

RGB 173 144 141 -
CMYK 0 0.17 0.18 0.32
HSL 5.63º 0.16% 0.62% -
HSV(B) 5.63º 0.18% 0.68% -
XYZ 32.01 30.75 29.45 -
YUV 152.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 173 144 141 0 0.17 0.18 0.32 5.63 0.16 0.62
Hex AD 90 8D 0 11 12 20 6 10 3E
Octal 255 220 215 0 21 22 40 6 20 76
Binary 10101101 10010000 10001101 0 10001 10010 100000 110 10000 111110

Color Harmonies of #AD908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD908D

Black with #AD908D

Text Example


Text Example

White with #AD908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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