Html Css Color HEX #A67C68 Medium Wood

📋 copy color: '#A67C68'

red 166 ◦ green 124 ◦ blue 104

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

Shades of Medium Wood #A67C68

Tints of Medium Wood #A67C68

RGB

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

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

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

R = 42.13%
G = 31.47%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A67C68 (or 0xA67C68) is known color: Medium Wood. HEX triplet: A6, 7C and 68. RGB value is (166,124,104). Sum of RGB (Red+Green+Blue) = 166+124+104=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C68 is #598397. Grayscale: #868686. Windows color (decimal): -5866392 or 6847654. OLE color: 6847654.

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

Color convert

RGB 166 124 104 -
CMYK 0 0.25 0.37 0.35
HSL 19.35º 0.26% 0.53% -
HSV(B) 19.35º 0.37% 0.65% -
XYZ 25.43 23.52 16.3 -
YUV 134.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 166 124 104 0 0.25 0.37 0.35 19.35 0.26 0.53
Hex A6 7C 68 0 19 25 23 13 1A 35
Octal 246 174 150 0 31 45 43 23 32 65
Binary 10100110 1111100 1101000 0 11001 100101 100011 10011 11010 110101

Color Harmonies of #A67C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C68

Black with #A67C68

Text Example


Text Example

White with #A67C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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