Html Css Color HEX #A68364 Medium Wood

📋 copy color: '#A68364'

red 166 ◦ green 131 ◦ blue 100

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

Shades of Medium Wood #A68364

Tints of Medium Wood #A68364

RGB

 RED value IS 166 (65.23% from 255) = 41.81%

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

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 41.81%
G = 33%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A68364 (or 0xA68364) is known color: Medium Wood. HEX triplet: A6, 83 and 64. RGB value is (166,131,100). Sum of RGB (Red+Green+Blue) = 166+131+100=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A68364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68364 is #597C9B. Grayscale: #8A8A8A. Windows color (decimal): -5864604 or 6587302. OLE color: 6587302.

HSL color Cylindrical-coordinate representation of color #A68364: hue angle of 28.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68364 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 100 -
CMYK 0 0.21 0.40 0.35
HSL 28.18º 0.27% 0.52% -
HSV(B) 28.18º 0.4% 0.65% -
XYZ 26.14 25.26 15.55 -
YUV 137.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 166 131 100 0 0.21 0.40 0.35 28.18 0.27 0.52
Hex A6 83 64 0 15 28 23 1C 1B 34
Octal 246 203 144 0 25 50 43 34 33 64
Binary 10100110 10000011 1100100 0 10101 101000 100011 11100 11011 110100

Color Harmonies of #A68364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68364

Black with #A68364

Text Example


Text Example

White with #A68364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68364; }

 p { color: rgb(166,131,100); }

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

background-color css

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

 a { background-color: rgb(166,131,100); }

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

border-color css

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

 span { border-color: rgb(166,131,100); }

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