Html Css Color HEX #A18E88 Thatch

📋 copy color: '#A18E88'

red 161 ◦ green 142 ◦ blue 136

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

Shades of Thatch #A18E88

Tints of Thatch #A18E88

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.35%

 BLUE value IS 136 (53.52% from 255) = 30.98%

R = 36.67%
G = 32.35%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A18E88 (or 0xA18E88) is known color: Thatch. HEX triplet: A1, 8E and 88. RGB value is (161,142,136). Sum of RGB (Red+Green+Blue) = 161+142+136=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E88 is #5E7177. Grayscale: #939393. Windows color (decimal): -6189432 or 8949409. OLE color: 8949409.

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

Color convert

RGB 161 142 136 -
CMYK 0 0.12 0.16 0.37
HSL 14.4º 0.12% 0.58% -
HSV(B) 14.4º 0.16% 0.63% -
XYZ 28.81 28.7 27.31 -
YUV 147 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 161 142 136 0 0.12 0.16 0.37 14.4 0.12 0.58
Hex A1 8E 88 0 C 10 25 E C 3A
Octal 241 216 210 0 14 20 45 16 14 72
Binary 10100001 10001110 10001000 0 1100 10000 100101 1110 1100 111010

Color Harmonies of #A18E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E88

Black with #A18E88

Text Example


Text Example

White with #A18E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E88; }

 p { color: rgb(161,142,136); }

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

background-color css

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

 a { background-color: rgb(161,142,136); }

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

border-color css

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

 span { border-color: rgb(161,142,136); }

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