Html Css Color HEX #A49593 Thatch

📋 copy color: '#A49593'

red 164 ◦ green 149 ◦ blue 147

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

Shades of Thatch #A49593

Tints of Thatch #A49593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.39%

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 35.65%
G = 32.39%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A49593 (or 0xA49593) is known color: Thatch. HEX triplet: A4, 95 and 93. RGB value is (164,149,147). Sum of RGB (Red+Green+Blue) = 164+149+147=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 164 - color contains mainly: red. Hex color #A49593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49593 is #5B6A6C. Grayscale: #999999. Windows color (decimal): -5991021 or 9672100. OLE color: 9672100.

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

Color convert

RGB 164 149 147 -
CMYK 0 0.09 0.10 0.36
HSL 7.06º 0.09% 0.61% -
HSV(B) 7.06º 0.1% 0.64% -
XYZ 31.32 31.49 32.03 -
YUV 153.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 164 149 147 0 0.09 0.10 0.36 7.06 0.09 0.61
Hex A4 95 93 0 9 A 24 7 9 3D
Octal 244 225 223 0 11 12 44 7 11 75
Binary 10100100 10010101 10010011 0 1001 1010 100100 111 1001 111101

Color Harmonies of #A49593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49593

Black with #A49593

Text Example


Text Example

White with #A49593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49593; }

 p { color: rgb(164,149,147); }

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

background-color css

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

 a { background-color: rgb(164,149,147); }

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

border-color css

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

 span { border-color: rgb(164,149,147); }

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