Html Css Color HEX #A49190 Thatch

📋 copy color: '#A49190'

red 164 ◦ green 145 ◦ blue 144

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

Shades of Thatch #A49190

Tints of Thatch #A49190

RGB

 RED value IS 164 (64.45% from 255) = 36.2%

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

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 36.2%
G = 32.01%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49190 (or 0xA49190) is known color: Thatch. HEX triplet: A4, 91 and 90. RGB value is (164,145,144). Sum of RGB (Red+Green+Blue) = 164+145+144=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A49190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49190 is #5B6E6F. Grayscale: #969696. Windows color (decimal): -5992048 or 9474468. OLE color: 9474468.

HSL color Cylindrical-coordinate representation of color #A49190: hue angle of 3º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A49190 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 144 -
CMYK 0 0.12 0.12 0.36
HSL 0.1% 0.6% -
HSV(B) 0.12% 0.64% -
XYZ 30.47 30.16 30.6 -
YUV 150.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 164 145 144 0 0.12 0.12 0.36 3 0.1 0.6
Hex A4 91 90 0 C C 24 3 A 3C
Octal 244 221 220 0 14 14 44 3 12 74
Binary 10100100 10010001 10010000 0 1100 1100 100100 11 1010 111100

Color Harmonies of #A49190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49190

Black with #A49190

Text Example


Text Example

White with #A49190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49190; }

 p { color: rgb(164,145,144); }

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

background-color css

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

 a { background-color: rgb(164,145,144); }

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

border-color css

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

 span { border-color: rgb(164,145,144); }

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