Html Css Color HEX #A39390 Thatch

📋 copy color: '#A39390'

red 163 ◦ green 147 ◦ blue 144

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

Shades of Thatch #A39390

Tints of Thatch #A39390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.38%

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

R = 35.9%
G = 32.38%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A39390 (or 0xA39390) is known color: Thatch. HEX triplet: A3, 93 and 90. RGB value is (163,147,144). Sum of RGB (Red+Green+Blue) = 163+147+144=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A39390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39390 is #5C6C6F. Grayscale: #979797. Windows color (decimal): -6057072 or 9474979. OLE color: 9474979.

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

Color convert

RGB 163 147 144 -
CMYK 0 0.10 0.12 0.36
HSL 9.47º 0.09% 0.6% -
HSV(B) 9.47º 0.12% 0.64% -
XYZ 30.57 30.67 30.69 -
YUV 151.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 163 147 144 0 0.10 0.12 0.36 9.47 0.09 0.6
Hex A3 93 90 0 A C 24 9 9 3C
Octal 243 223 220 0 12 14 44 11 11 74
Binary 10100011 10010011 10010000 0 1010 1100 100100 1001 1001 111100

Color Harmonies of #A39390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39390

Black with #A39390

Text Example


Text Example

White with #A39390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39390; }

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

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

background-color css

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

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

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

border-color css

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

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

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