Html Css Color HEX #A79490 Thatch

📋 copy color: '#A79490'

red 167 ◦ green 148 ◦ blue 144

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

Shades of Thatch #A79490

Tints of Thatch #A79490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.24%

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

R = 36.38%
G = 32.24%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A79490 (or 0xA79490) is known color: Thatch. HEX triplet: A7, 94 and 90. RGB value is (167,148,144). Sum of RGB (Red+Green+Blue) = 167+148+144=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 167 - color contains mainly: red. Hex color #A79490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79490 is #586B6F. Grayscale: #999999. Windows color (decimal): -5794672 or 9475239. OLE color: 9475239.

HSL color Cylindrical-coordinate representation of color #A79490: hue angle of 10.43º 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 #A79490 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 148 144 -
CMYK 0 0.11 0.14 0.35
HSL 10.43º 0.12% 0.61% -
HSV(B) 10.43º 0.14% 0.65% -
XYZ 31.56 31.41 30.78 -
YUV 153.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 167 148 144 0 0.11 0.14 0.35 10.43 0.12 0.61
Hex A7 94 90 0 B E 23 A C 3D
Octal 247 224 220 0 13 16 43 12 14 75
Binary 10100111 10010100 10010000 0 1011 1110 100011 1010 1100 111101

Color Harmonies of #A79490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79490

Black with #A79490

Text Example


Text Example

White with #A79490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79490; }

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

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

background-color css

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

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

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

border-color css

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

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

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