Html Css Color HEX #A78262 Medium Wood

📋 copy color: '#A78262'

red 167 ◦ green 130 ◦ blue 98

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

Shades of Medium Wood #A78262

Tints of Medium Wood #A78262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 42.28%
G = 32.91%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A78262 (or 0xA78262) is known color: Medium Wood. HEX triplet: A7, 82 and 62. RGB value is (167,130,98). Sum of RGB (Red+Green+Blue) = 167+130+98=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A78262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78262 is #587D9D. Grayscale: #898989. Windows color (decimal): -5799326 or 6455975. OLE color: 6455975.

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

Color convert

RGB 167 130 98 -
CMYK 0 0.22 0.41 0.35
HSL 27.83º 0.28% 0.52% -
HSV(B) 27.83º 0.41% 0.65% -
XYZ 26.12 25.06 15.02 -
YUV 137.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 167 130 98 0 0.22 0.41 0.35 27.83 0.28 0.52
Hex A7 82 62 0 16 29 23 1C 1C 34
Octal 247 202 142 0 26 51 43 34 34 64
Binary 10100111 10000010 1100010 0 10110 101001 100011 11100 11100 110100

Color Harmonies of #A78262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78262

Black with #A78262

Text Example


Text Example

White with #A78262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78262; }

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

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

background-color css

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

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

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

border-color css

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

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

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