Html Css Color HEX #AD938B Thatch

📋 copy color: '#AD938B'

red 173 ◦ green 147 ◦ blue 139

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

Shades of Thatch #AD938B

Tints of Thatch #AD938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 37.69%
G = 32.03%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD938B (or 0xAD938B) is known color: Thatch. HEX triplet: AD, 93 and 8B. RGB value is (173,147,139). Sum of RGB (Red+Green+Blue) = 173+147+139=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD938B is #526C74. Grayscale: #999999. Windows color (decimal): -5401717 or 9147309. OLE color: 9147309.

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

Color convert

RGB 173 147 139 -
CMYK 0 0.15 0.20 0.32
HSL 14.12º 0.17% 0.61% -
HSV(B) 14.12º 0.2% 0.68% -
XYZ 32.33 31.62 28.82 -
YUV 153.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 173 147 139 0 0.15 0.20 0.32 14.12 0.17 0.61
Hex AD 93 8B 0 F 14 20 E 11 3D
Octal 255 223 213 0 17 24 40 16 21 75
Binary 10101101 10010011 10001011 0 1111 10100 100000 1110 10001 111101

Color Harmonies of #AD938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD938B

Black with #AD938B

Text Example


Text Example

White with #AD938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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