Html Css Color HEX #A78E8C Thatch

📋 copy color: '#A78E8C'

red 167 ◦ green 142 ◦ blue 140

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

Shades of Thatch #A78E8C

Tints of Thatch #A78E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.63%

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 37.19%
G = 31.63%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A78E8C (or 0xA78E8C) is known color: Thatch. HEX triplet: A7, 8E and 8C. RGB value is (167,142,140). Sum of RGB (Red+Green+Blue) = 167+142+140=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78E8C is #587173. Grayscale: #959595. Windows color (decimal): -5796212 or 9211559. OLE color: 9211559.

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

Color convert

RGB 167 142 140 -
CMYK 0 0.15 0.16 0.35
HSL 4.44º 0.13% 0.6% -
HSV(B) 4.44º 0.16% 0.65% -
XYZ 30.34 29.45 28.9 -
YUV 149.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 167 142 140 0 0.15 0.16 0.35 4.44 0.13 0.6
Hex A7 8E 8C 0 F 10 23 4 D 3C
Octal 247 216 214 0 17 20 43 4 15 74
Binary 10100111 10001110 10001100 0 1111 10000 100011 100 1101 111100

Color Harmonies of #A78E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78E8C

Black with #A78E8C

Text Example


Text Example

White with #A78E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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