Html Css Color HEX #A78460 Medium Wood

📋 copy color: '#A78460'

red 167 ◦ green 132 ◦ blue 96

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

Shades of Medium Wood #A78460

Tints of Medium Wood #A78460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

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

R = 42.28%
G = 33.42%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A78460 (or 0xA78460) is known color: Medium Wood. HEX triplet: A7, 84 and 60. RGB value is (167,132,96). Sum of RGB (Red+Green+Blue) = 167+132+96=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A78460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78460 is #587B9F. Grayscale: #8A8A8A. Windows color (decimal): -5798816 or 6325415. OLE color: 6325415.

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

Color convert

RGB 167 132 96 -
CMYK 0 0.21 0.43 0.35
HSL 30.42º 0.29% 0.52% -
HSV(B) 30.42º 0.43% 0.65% -
XYZ 26.3 25.56 14.61 -
YUV 138.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 167 132 96 0 0.21 0.43 0.35 30.42 0.29 0.52
Hex A7 84 60 0 15 2B 23 1E 1D 34
Octal 247 204 140 0 25 53 43 36 35 64
Binary 10100111 10000100 1100000 0 10101 101011 100011 11110 11101 110100

Color Harmonies of #A78460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78460

Black with #A78460

Text Example


Text Example

White with #A78460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78460; }

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

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

background-color css

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

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

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

border-color css

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

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

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