Html Css Color HEX #A67C64 Medium Wood

📋 copy color: '#A67C64'

red 166 ◦ green 124 ◦ blue 100

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

Shades of Medium Wood #A67C64

Tints of Medium Wood #A67C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

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

R = 42.56%
G = 31.79%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A67C64 (or 0xA67C64) is known color: Medium Wood. HEX triplet: A6, 7C and 64. RGB value is (166,124,100). Sum of RGB (Red+Green+Blue) = 166+124+100=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C64 is #59839B. Grayscale: #858585. Windows color (decimal): -5866396 or 6585510. OLE color: 6585510.

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

Color convert

RGB 166 124 100 -
CMYK 0 0.25 0.40 0.35
HSL 21.82º 0.27% 0.52% -
HSV(B) 21.82º 0.4% 0.65% -
XYZ 25.23 23.44 15.25 -
YUV 133.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 166 124 100 0 0.25 0.40 0.35 21.82 0.27 0.52
Hex A6 7C 64 0 19 28 23 16 1B 34
Octal 246 174 144 0 31 50 43 26 33 64
Binary 10100110 1111100 1100100 0 11001 101000 100011 10110 11011 110100

Color Harmonies of #A67C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C64

Black with #A67C64

Text Example


Text Example

White with #A67C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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