Html Css Color HEX #A78161 Medium Wood

📋 copy color: '#A78161'

red 167 ◦ green 129 ◦ blue 97

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

Shades of Medium Wood #A78161

Tints of Medium Wood #A78161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.68%

R = 42.49%
G = 32.82%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A78161 (or 0xA78161) is known color: Medium Wood. HEX triplet: A7, 81 and 61. RGB value is (167,129,97). Sum of RGB (Red+Green+Blue) = 167+129+97=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A78161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78161 is #587E9E. Grayscale: #888888. Windows color (decimal): -5799583 or 6390183. OLE color: 6390183.

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

Color convert

RGB 167 129 97 -
CMYK 0 0.23 0.42 0.35
HSL 27.43º 0.28% 0.52% -
HSV(B) 27.43º 0.42% 0.65% -
XYZ 25.94 24.78 14.72 -
YUV 136.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 167 129 97 0 0.23 0.42 0.35 27.43 0.28 0.52
Hex A7 81 61 0 17 2A 23 1B 1C 34
Octal 247 201 141 0 27 52 43 33 34 64
Binary 10100111 10000001 1100001 0 10111 101010 100011 11011 11100 110100

Color Harmonies of #A78161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78161

Black with #A78161

Text Example


Text Example

White with #A78161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78161; }

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

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

background-color css

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

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

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

border-color css

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

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

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