Html Css Color HEX #AD938C Thatch

📋 copy color: '#AD938C'

red 173 ◦ green 147 ◦ blue 140

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

Shades of Thatch #AD938C

Tints of Thatch #AD938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 37.61%
G = 31.96%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD938C (or 0xAD938C) is known color: Thatch. HEX triplet: AD, 93 and 8C. RGB value is (173,147,140). Sum of RGB (Red+Green+Blue) = 173+147+140=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD938C is #526C73. Grayscale: #9A9A9A. Windows color (decimal): -5401716 or 9212845. OLE color: 9212845.

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

Color convert

RGB 173 147 140 -
CMYK 0 0.15 0.19 0.32
HSL 12.73º 0.17% 0.61% -
HSV(B) 12.73º 0.19% 0.68% -
XYZ 32.4 31.65 29.21 -
YUV 153.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 173 147 140 0 0.15 0.19 0.32 12.73 0.17 0.61
Hex AD 93 8C 0 F 13 20 D 11 3D
Octal 255 223 214 0 17 23 40 15 21 75
Binary 10101101 10010011 10001100 0 1111 10011 100000 1101 10001 111101

Color Harmonies of #AD938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD938C

Black with #AD938C

Text Example


Text Example

White with #AD938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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