Html Css Color HEX #A78060 Medium Wood

📋 copy color: '#A78060'

red 167 ◦ green 128 ◦ blue 96

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

Shades of Medium Wood #A78060

Tints of Medium Wood #A78060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 42.71%
G = 32.74%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A78060 (or 0xA78060) is known color: Medium Wood. HEX triplet: A7, 80 and 60. RGB value is (167,128,96). Sum of RGB (Red+Green+Blue) = 167+128+96=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A78060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78060 is #587F9F. Grayscale: #888888. Windows color (decimal): -5799840 or 6324391. OLE color: 6324391.

HSL color Cylindrical-coordinate representation of color #A78060: hue angle of 27.04º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A78060 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 128 96 -
CMYK 0 0.23 0.43 0.35
HSL 27.04º 0.29% 0.52% -
HSV(B) 27.04º 0.43% 0.65% -
XYZ 25.77 24.5 14.44 -
YUV 136.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 167 128 96 0 0.23 0.43 0.35 27.04 0.29 0.52
Hex A7 80 60 0 17 2B 23 1B 1D 34
Octal 247 200 140 0 27 53 43 33 35 64
Binary 10100111 10000000 1100000 0 10111 101011 100011 11011 11101 110100

Color Harmonies of #A78060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78060

Black with #A78060

Text Example


Text Example

White with #A78060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78060; }

 p { color: rgb(167,128,96); }

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

background-color css

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

 a { background-color: rgb(167,128,96); }

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

border-color css

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

 span { border-color: rgb(167,128,96); }

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