Html Css Color HEX #AD938E Thatch

📋 copy color: '#AD938E'

red 173 ◦ green 147 ◦ blue 142

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

Shades of Thatch #AD938E

Tints of Thatch #AD938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.82%

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 37.45%
G = 31.82%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD938E (or 0xAD938E) is known color: Thatch. HEX triplet: AD, 93 and 8E. RGB value is (173,147,142). Sum of RGB (Red+Green+Blue) = 173+147+142=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD938E is #526C71. Grayscale: #9A9A9A. Windows color (decimal): -5401714 or 9343917. OLE color: 9343917.

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

Color convert

RGB 173 147 142 -
CMYK 0 0.15 0.18 0.32
HSL 9.68º 0.16% 0.62% -
HSV(B) 9.68º 0.18% 0.68% -
XYZ 32.55 31.7 30 -
YUV 154.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 173 147 142 0 0.15 0.18 0.32 9.68 0.16 0.62
Hex AD 93 8E 0 F 12 20 A 10 3E
Octal 255 223 216 0 17 22 40 12 20 76
Binary 10101101 10010011 10001110 0 1111 10010 100000 1010 10000 111110

Color Harmonies of #AD938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD938E

Black with #AD938E

Text Example


Text Example

White with #AD938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD938E; }

 p { color: rgb(173,147,142); }

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

background-color css

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

 a { background-color: rgb(173,147,142); }

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

border-color css

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

 span { border-color: rgb(173,147,142); }

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