Html Css Color HEX #A1918D Thatch

📋 copy color: '#A1918D'

red 161 ◦ green 145 ◦ blue 141

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

Shades of Thatch #A1918D

Tints of Thatch #A1918D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 36.02%
G = 32.44%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1918D (or 0xA1918D) is known color: Thatch. HEX triplet: A1, 91 and 8D. RGB value is (161,145,141). Sum of RGB (Red+Green+Blue) = 161+145+141=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A1918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1918D is #5E6E72. Grayscale: #959595. Windows color (decimal): -6188659 or 9277857. OLE color: 9277857.

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

Color convert

RGB 161 145 141 -
CMYK 0 0.10 0.12 0.37
HSL 12º 0.1% 0.59% -
HSV(B) 12º 0.12% 0.63% -
XYZ 29.63 29.75 29.38 -
YUV 149.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 161 145 141 0 0.10 0.12 0.37 12 0.1 0.59
Hex A1 91 8D 0 A C 25 C A 3B
Octal 241 221 215 0 12 14 45 14 12 73
Binary 10100001 10010001 10001101 0 1010 1100 100101 1100 1010 111011

Color Harmonies of #A1918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1918D

Black with #A1918D

Text Example


Text Example

White with #A1918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1918D; }

 p { color: rgb(161,145,141); }

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

background-color css

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

 a { background-color: rgb(161,145,141); }

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

border-color css

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

 span { border-color: rgb(161,145,141); }

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