Html Css Color HEX #A79690 Thatch

📋 copy color: '#A79690'

red 167 ◦ green 150 ◦ blue 144

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

Shades of Thatch #A79690

Tints of Thatch #A79690

RGB

 RED value IS 167 (65.63% from 255) = 36.23%

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

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

R = 36.23%
G = 32.54%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A79690 (or 0xA79690) is known color: Thatch. HEX triplet: A7, 96 and 90. RGB value is (167,150,144). Sum of RGB (Red+Green+Blue) = 167+150+144=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 167 - color contains mainly: red. Hex color #A79690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79690 is #58696F. Grayscale: #9A9A9A. Windows color (decimal): -5794160 or 9475751. OLE color: 9475751.

HSL color Cylindrical-coordinate representation of color #A79690: hue angle of 15.65º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A79690 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 150 144 -
CMYK 0 0.10 0.14 0.35
HSL 15.65º 0.12% 0.61% -
HSV(B) 15.65º 0.14% 0.65% -
XYZ 31.88 32.04 30.89 -
YUV 154.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 167 150 144 0 0.10 0.14 0.35 15.65 0.12 0.61
Hex A7 96 90 0 A E 23 10 C 3D
Octal 247 226 220 0 12 16 43 20 14 75
Binary 10100111 10010110 10010000 0 1010 1110 100011 10000 1100 111101

Color Harmonies of #A79690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79690

Black with #A79690

Text Example


Text Example

White with #A79690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79690; }

 p { color: rgb(167,150,144); }

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

background-color css

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

 a { background-color: rgb(167,150,144); }

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

border-color css

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

 span { border-color: rgb(167,150,144); }

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