Html Css Color HEX #A18C86 Thatch

📋 copy color: '#A18C86'

red 161 ◦ green 140 ◦ blue 134

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

Shades of Thatch #A18C86

Tints of Thatch #A18C86

RGB

 RED value IS 161 (63.28% from 255) = 37.01%

 GREEN value IS 140 (55.08% from 255) = 32.18%

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 37.01%
G = 32.18%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A18C86 (or 0xA18C86) is known color: Thatch. HEX triplet: A1, 8C and 86. RGB value is (161,140,134). Sum of RGB (Red+Green+Blue) = 161+140+134=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18C86 is #5E7379. Grayscale: #919191. Windows color (decimal): -6189946 or 8817825. OLE color: 8817825.

HSL color Cylindrical-coordinate representation of color #A18C86: hue angle of 13.33º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18C86 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 134 -
CMYK 0 0.13 0.17 0.37
HSL 13.33º 0.13% 0.58% -
HSV(B) 13.33º 0.17% 0.63% -
XYZ 28.38 28.05 26.47 -
YUV 145.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 161 140 134 0 0.13 0.17 0.37 13.33 0.13 0.58
Hex A1 8C 86 0 D 11 25 D D 3A
Octal 241 214 206 0 15 21 45 15 15 72
Binary 10100001 10001100 10000110 0 1101 10001 100101 1101 1101 111010

Color Harmonies of #A18C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C86

Black with #A18C86

Text Example


Text Example

White with #A18C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C86; }

 p { color: rgb(161,140,134); }

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

background-color css

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

 a { background-color: rgb(161,140,134); }

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

border-color css

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

 span { border-color: rgb(161,140,134); }

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