Html Css Color HEX #A39190 Thatch

📋 copy color: '#A39190'

red 163 ◦ green 145 ◦ blue 144

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

Shades of Thatch #A39190

Tints of Thatch #A39190

RGB

 RED value IS 163 (64.06% from 255) = 36.06%

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

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

R = 36.06%
G = 32.08%
B = 31.86%

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

#A39190 (or 0xA39190) is known color: Thatch. HEX triplet: A3, 91 and 90. RGB value is (163,145,144). Sum of RGB (Red+Green+Blue) = 163+145+144=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A39190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39190 is #5C6E6F. Grayscale: #969696. Windows color (decimal): -6057584 or 9474467. OLE color: 9474467.

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

Color convert

RGB 163 145 144 -
CMYK 0 0.11 0.12 0.36
HSL 3.16º 0.09% 0.6% -
HSV(B) 3.16º 0.12% 0.64% -
XYZ 30.26 30.05 30.59 -
YUV 150.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 163 145 144 0 0.11 0.12 0.36 3.16 0.09 0.6
Hex A3 91 90 0 B C 24 3 9 3C
Octal 243 221 220 0 13 14 44 3 11 74
Binary 10100011 10010001 10010000 0 1011 1100 100100 11 1001 111100

Color Harmonies of #A39190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39190

Black with #A39190

Text Example


Text Example

White with #A39190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39190; }

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

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

background-color css

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

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

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

border-color css

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

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

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