Html Css Color HEX #A78560 Medium Wood

📋 copy color: '#A78560'

red 167 ◦ green 133 ◦ blue 96

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

Shades of Medium Wood #A78560

Tints of Medium Wood #A78560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 42.17%
G = 33.59%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A78560 (or 0xA78560) is known color: Medium Wood. HEX triplet: A7, 85 and 60. RGB value is (167,133,96). Sum of RGB (Red+Green+Blue) = 167+133+96=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A78560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78560 is #587A9F. Grayscale: #8B8B8B. Windows color (decimal): -5798560 or 6325671. OLE color: 6325671.

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

Color convert

RGB 167 133 96 -
CMYK 0 0.20 0.43 0.35
HSL 31.27º 0.29% 0.52% -
HSV(B) 31.27º 0.43% 0.65% -
XYZ 26.44 25.84 14.66 -
YUV 138.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 167 133 96 0 0.20 0.43 0.35 31.27 0.29 0.52
Hex A7 85 60 0 14 2B 23 1F 1D 34
Octal 247 205 140 0 24 53 43 37 35 64
Binary 10100111 10000101 1100000 0 10100 101011 100011 11111 11101 110100

Color Harmonies of #A78560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78560

Black with #A78560

Text Example


Text Example

White with #A78560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78560; }

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

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

background-color css

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

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

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

border-color css

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

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

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