Html Css Color HEX #A49693 Thatch

📋 copy color: '#A49693'

red 164 ◦ green 150 ◦ blue 147

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

Shades of Thatch #A49693

Tints of Thatch #A49693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.54%

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

R = 35.57%
G = 32.54%
B = 31.89%

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

#A49693 (or 0xA49693) is known color: Thatch. HEX triplet: A4, 96 and 93. RGB value is (164,150,147). Sum of RGB (Red+Green+Blue) = 164+150+147=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49693 is #5B696C. Grayscale: #999999. Windows color (decimal): -5990765 or 9672356. OLE color: 9672356.

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

Color convert

RGB 164 150 147 -
CMYK 0 0.09 0.10 0.36
HSL 10.59º 0.09% 0.61% -
HSV(B) 10.59º 0.1% 0.64% -
XYZ 31.48 31.81 32.08 -
YUV 153.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 164 150 147 0 0.09 0.10 0.36 10.59 0.09 0.61
Hex A4 96 93 0 9 A 24 B 9 3D
Octal 244 226 223 0 11 12 44 13 11 75
Binary 10100100 10010110 10010011 0 1001 1010 100100 1011 1001 111101

Color Harmonies of #A49693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49693

Black with #A49693

Text Example


Text Example

White with #A49693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49693; }

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

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

background-color css

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

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

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

border-color css

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

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

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