Html Css Color HEX #AD918B Thatch

📋 copy color: '#AD918B'

red 173 ◦ green 145 ◦ blue 139

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

Shades of Thatch #AD918B

Tints of Thatch #AD918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 37.86%
G = 31.73%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD918B (or 0xAD918B) is known color: Thatch. HEX triplet: AD, 91 and 8B. RGB value is (173,145,139). Sum of RGB (Red+Green+Blue) = 173+145+139=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD918B is #526E74. Grayscale: #989898. Windows color (decimal): -5402229 or 9146797. OLE color: 9146797.

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

Color convert

RGB 173 145 139 -
CMYK 0 0.16 0.20 0.32
HSL 10.59º 0.17% 0.61% -
HSV(B) 10.59º 0.2% 0.68% -
XYZ 32.02 31 28.72 -
YUV 152.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 173 145 139 0 0.16 0.20 0.32 10.59 0.17 0.61
Hex AD 91 8B 0 10 14 20 B 11 3D
Octal 255 221 213 0 20 24 40 13 21 75
Binary 10101101 10010001 10001011 0 10000 10100 100000 1011 10001 111101

Color Harmonies of #AD918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD918B

Black with #AD918B

Text Example


Text Example

White with #AD918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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