Html Css Color HEX #AD938D Thatch

📋 copy color: '#AD938D'

red 173 ◦ green 147 ◦ blue 141

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

Shades of Thatch #AD938D

Tints of Thatch #AD938D

RGB

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

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

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

R = 37.53%
G = 31.89%
B = 30.59%

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

#AD938D (or 0xAD938D) is known color: Thatch. HEX triplet: AD, 93 and 8D. RGB value is (173,147,141). Sum of RGB (Red+Green+Blue) = 173+147+141=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD938D is #526C72. Grayscale: #9A9A9A. Windows color (decimal): -5401715 or 9278381. OLE color: 9278381.

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

Color convert

RGB 173 147 141 -
CMYK 0 0.15 0.18 0.32
HSL 11.25º 0.16% 0.62% -
HSV(B) 11.25º 0.18% 0.68% -
XYZ 32.48 31.67 29.6 -
YUV 154.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 173 147 141 0 0.15 0.18 0.32 11.25 0.16 0.62
Hex AD 93 8D 0 F 12 20 B 10 3E
Octal 255 223 215 0 17 22 40 13 20 76
Binary 10101101 10010011 10001101 0 1111 10010 100000 1011 10000 111110

Color Harmonies of #AD938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD938D

Black with #AD938D

Text Example


Text Example

White with #AD938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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