Html Css Color HEX #A78170 Medium Wood

📋 copy color: '#A78170'

red 167 ◦ green 129 ◦ blue 112

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

Shades of Medium Wood #A78170

Tints of Medium Wood #A78170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 40.93%
G = 31.62%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A78170 (or 0xA78170) is known color: Medium Wood. HEX triplet: A7, 81 and 70. RGB value is (167,129,112). Sum of RGB (Red+Green+Blue) = 167+129+112=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A78170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78170 is #587E8F. Grayscale: #8A8A8A. Windows color (decimal): -5799568 or 7373223. OLE color: 7373223.

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

Color convert

RGB 167 129 112 -
CMYK 0 0.23 0.33 0.35
HSL 18.55º 0.24% 0.55% -
HSV(B) 18.55º 0.33% 0.65% -
XYZ 26.71 25.09 18.76 -
YUV 138.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 167 129 112 0 0.23 0.33 0.35 18.55 0.24 0.55
Hex A7 81 70 0 17 21 23 13 18 37
Octal 247 201 160 0 27 41 43 23 30 67
Binary 10100111 10000001 1110000 0 10111 100001 100011 10011 11000 110111

Color Harmonies of #A78170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78170

Black with #A78170

Text Example


Text Example

White with #A78170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78170; }

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

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

background-color css

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

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

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

border-color css

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

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

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