Html Css Color HEX #A49793 Thatch

📋 copy color: '#A49793'

red 164 ◦ green 151 ◦ blue 147

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

Shades of Thatch #A49793

Tints of Thatch #A49793

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.68%

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

R = 35.5%
G = 32.68%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A49793 (or 0xA49793) is known color: Thatch. HEX triplet: A4, 97 and 93. RGB value is (164,151,147). Sum of RGB (Red+Green+Blue) = 164+151+147=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49793 is #5B686C. Grayscale: #9A9A9A. Windows color (decimal): -5990509 or 9672612. OLE color: 9672612.

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

Color convert

RGB 164 151 147 -
CMYK 0 0.08 0.10 0.36
HSL 14.12º 0.09% 0.61% -
HSV(B) 14.12º 0.1% 0.64% -
XYZ 31.64 32.13 32.14 -
YUV 154.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 164 151 147 0 0.08 0.10 0.36 14.12 0.09 0.61
Hex A4 97 93 0 8 A 24 E 9 3D
Octal 244 227 223 0 10 12 44 16 11 75
Binary 10100100 10010111 10010011 0 1000 1010 100100 1110 1001 111101

Color Harmonies of #A49793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49793

Black with #A49793

Text Example


Text Example

White with #A49793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49793; }

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

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

background-color css

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

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

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

border-color css

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

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

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