Html Css Color HEX #A78260 Medium Wood

📋 copy color: '#A78260'

red 167 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #A78260

Tints of Medium Wood #A78260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

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

R = 42.49%
G = 33.08%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A78260 (or 0xA78260) is known color: Medium Wood. HEX triplet: A7, 82 and 60. RGB value is (167,130,96). Sum of RGB (Red+Green+Blue) = 167+130+96=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A78260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78260 is #587D9F. Grayscale: #898989. Windows color (decimal): -5799328 or 6324903. OLE color: 6324903.

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

Color convert

RGB 167 130 96 -
CMYK 0 0.22 0.43 0.35
HSL 28.73º 0.29% 0.52% -
HSV(B) 28.73º 0.43% 0.65% -
XYZ 26.03 25.03 14.52 -
YUV 137.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 167 130 96 0 0.22 0.43 0.35 28.73 0.29 0.52
Hex A7 82 60 0 16 2B 23 1D 1D 34
Octal 247 202 140 0 26 53 43 35 35 64
Binary 10100111 10000010 1100000 0 10110 101011 100011 11101 11101 110100

Color Harmonies of #A78260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78260

Black with #A78260

Text Example


Text Example

White with #A78260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78260; }

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

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

background-color css

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

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

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

border-color css

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

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

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