Html Css Color HEX #A67C60 Medium Wood

📋 copy color: '#A67C60'

red 166 ◦ green 124 ◦ blue 96

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

Shades of Medium Wood #A67C60

Tints of Medium Wood #A67C60

RGB

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

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

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

R = 43.01%
G = 32.12%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A67C60 (or 0xA67C60) is known color: Medium Wood. HEX triplet: A6, 7C and 60. RGB value is (166,124,96). Sum of RGB (Red+Green+Blue) = 166+124+96=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C60 is #59839F. Grayscale: #858585. Windows color (decimal): -5866400 or 6323366. OLE color: 6323366.

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

Color convert

RGB 166 124 96 -
CMYK 0 0.25 0.42 0.35
HSL 24º 0.28% 0.51% -
HSV(B) 24º 0.42% 0.65% -
XYZ 25.04 23.37 14.26 -
YUV 133.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 166 124 96 0 0.25 0.42 0.35 24 0.28 0.51
Hex A6 7C 60 0 19 2A 23 18 1C 33
Octal 246 174 140 0 31 52 43 30 34 63
Binary 10100110 1111100 1100000 0 11001 101010 100011 11000 11100 110011

Color Harmonies of #A67C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C60

Black with #A67C60

Text Example


Text Example

White with #A67C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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