Html Css Color HEX #A78368 Medium Wood

📋 copy color: '#A78368'

red 167 ◦ green 131 ◦ blue 104

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

Shades of Medium Wood #A78368

Tints of Medium Wood #A78368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 41.54%
G = 32.59%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A78368 (or 0xA78368) is known color: Medium Wood. HEX triplet: A7, 83 and 68. RGB value is (167,131,104). Sum of RGB (Red+Green+Blue) = 167+131+104=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A78368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78368 is #587C97. Grayscale: #8A8A8A. Windows color (decimal): -5799064 or 6849447. OLE color: 6849447.

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

Color convert

RGB 167 131 104 -
CMYK 0 0.22 0.38 0.35
HSL 25.71º 0.26% 0.53% -
HSV(B) 25.71º 0.38% 0.65% -
XYZ 26.55 25.45 16.61 -
YUV 138.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 167 131 104 0 0.22 0.38 0.35 25.71 0.26 0.53
Hex A7 83 68 0 16 26 23 1A 1A 35
Octal 247 203 150 0 26 46 43 32 32 65
Binary 10100111 10000011 1101000 0 10110 100110 100011 11010 11010 110101

Color Harmonies of #A78368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78368

Black with #A78368

Text Example


Text Example

White with #A78368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78368; }

 p { color: rgb(167,131,104); }

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

background-color css

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

 a { background-color: rgb(167,131,104); }

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

border-color css

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

 span { border-color: rgb(167,131,104); }

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