Html Css Color HEX #AD908A Thatch

📋 copy color: '#AD908A'

red 173 ◦ green 144 ◦ blue 138

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

Shades of Thatch #AD908A

Tints of Thatch #AD908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 38.02%
G = 31.65%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD908A (or 0xAD908A) is known color: Thatch. HEX triplet: AD, 90 and 8A. RGB value is (173,144,138). Sum of RGB (Red+Green+Blue) = 173+144+138=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD908A is #526F75. Grayscale: #989898. Windows color (decimal): -5402486 or 9081005. OLE color: 9081005.

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

Color convert

RGB 173 144 138 -
CMYK 0 0.17 0.20 0.32
HSL 10.29º 0.18% 0.61% -
HSV(B) 10.29º 0.2% 0.68% -
XYZ 31.79 30.67 28.29 -
YUV 151.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 173 144 138 0 0.17 0.20 0.32 10.29 0.18 0.61
Hex AD 90 8A 0 11 14 20 A 12 3D
Octal 255 220 212 0 21 24 40 12 22 75
Binary 10101101 10010000 10001010 0 10001 10100 100000 1010 10010 111101

Color Harmonies of #AD908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD908A

Black with #AD908A

Text Example


Text Example

White with #AD908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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