Html Css Color HEX #A49290 Thatch

📋 copy color: '#A49290'

red 164 ◦ green 146 ◦ blue 144

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

Shades of Thatch #A49290

Tints of Thatch #A49290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.16%

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

R = 36.12%
G = 32.16%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49290 (or 0xA49290) is known color: Thatch. HEX triplet: A4, 92 and 90. RGB value is (164,146,144). Sum of RGB (Red+Green+Blue) = 164+146+144=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A49290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49290 is #5B6D6F. Grayscale: #979797. Windows color (decimal): -5991792 or 9474724. OLE color: 9474724.

HSL color Cylindrical-coordinate representation of color #A49290: hue angle of 6º 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 #A49290 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 146 144 -
CMYK 0 0.11 0.12 0.36
HSL 0.1% 0.6% -
HSV(B) 0.12% 0.64% -
XYZ 30.62 30.46 30.65 -
YUV 151.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 164 146 144 0 0.11 0.12 0.36 6 0.1 0.6
Hex A4 92 90 0 B C 24 6 A 3C
Octal 244 222 220 0 13 14 44 6 12 74
Binary 10100100 10010010 10010000 0 1011 1100 100100 110 1010 111100

Color Harmonies of #A49290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49290

Black with #A49290

Text Example


Text Example

White with #A49290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49290; }

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

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

background-color css

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

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

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

border-color css

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

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

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