Html Css Color HEX #A78F8E Thatch

📋 copy color: '#A78F8E'

red 167 ◦ green 143 ◦ blue 142

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

Shades of Thatch #A78F8E

Tints of Thatch #A78F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 36.95%
G = 31.64%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A78F8E (or 0xA78F8E) is known color: Thatch. HEX triplet: A7, 8F and 8E. RGB value is (167,143,142). Sum of RGB (Red+Green+Blue) = 167+143+142=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78F8E is #587071. Grayscale: #969696. Windows color (decimal): -5795954 or 9342887. OLE color: 9342887.

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

Color convert

RGB 167 143 142 -
CMYK 0 0.14 0.15 0.35
HSL 2.4º 0.12% 0.61% -
HSV(B) 2.4º 0.15% 0.65% -
XYZ 30.64 29.81 29.73 -
YUV 150.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 167 143 142 0 0.14 0.15 0.35 2.4 0.12 0.61
Hex A7 8F 8E 0 E F 23 2 C 3D
Octal 247 217 216 0 16 17 43 2 14 75
Binary 10100111 10001111 10001110 0 1110 1111 100011 10 1100 111101

Color Harmonies of #A78F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78F8E

Black with #A78F8E

Text Example


Text Example

White with #A78F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78F8E; }

 p { color: rgb(167,143,142); }

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

background-color css

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

 a { background-color: rgb(167,143,142); }

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

border-color css

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

 span { border-color: rgb(167,143,142); }

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