Html Css Color HEX #A78160 Medium Wood

📋 copy color: '#A78160'

red 167 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #A78160

Tints of Medium Wood #A78160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 42.6%
G = 32.91%
B = 24.49%

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

#A78160 (or 0xA78160) is known color: Medium Wood. HEX triplet: A7, 81 and 60. RGB value is (167,129,96). Sum of RGB (Red+Green+Blue) = 167+129+96=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A78160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78160 is #587E9F. Grayscale: #888888. Windows color (decimal): -5799584 or 6324647. OLE color: 6324647.

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

Color convert

RGB 167 129 96 -
CMYK 0 0.23 0.43 0.35
HSL 27.89º 0.29% 0.52% -
HSV(B) 27.89º 0.43% 0.65% -
XYZ 25.9 24.76 14.48 -
YUV 136.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 167 129 96 0 0.23 0.43 0.35 27.89 0.29 0.52
Hex A7 81 60 0 17 2B 23 1C 1D 34
Octal 247 201 140 0 27 53 43 34 35 64
Binary 10100111 10000001 1100000 0 10111 101011 100011 11100 11101 110100

Color Harmonies of #A78160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78160

Black with #A78160

Text Example


Text Example

White with #A78160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78160; }

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

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

background-color css

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

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

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

border-color css

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

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

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