Html Css Color HEX #A67F6D Medium Wood

📋 copy color: '#A67F6D'

red 166 ◦ green 127 ◦ blue 109

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

Shades of Medium Wood #A67F6D

Tints of Medium Wood #A67F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 41.29%
G = 31.59%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A67F6D (or 0xA67F6D) is known color: Medium Wood. HEX triplet: A6, 7F and 6D. RGB value is (166,127,109). Sum of RGB (Red+Green+Blue) = 166+127+109=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F6D is #598092. Grayscale: #888888. Windows color (decimal): -5865619 or 7176102. OLE color: 7176102.

HSL color Cylindrical-coordinate representation of color #A67F6D: hue angle of 18.95º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A67F6D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 127 109 -
CMYK 0 0.23 0.34 0.35
HSL 18.95º 0.24% 0.54% -
HSV(B) 18.95º 0.34% 0.65% -
XYZ 26.08 24.39 17.8 -
YUV 136.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 166 127 109 0 0.23 0.34 0.35 18.95 0.24 0.54
Hex A6 7F 6D 0 17 22 23 13 18 36
Octal 246 177 155 0 27 42 43 23 30 66
Binary 10100110 1111111 1101101 0 10111 100010 100011 10011 11000 110110

Color Harmonies of #A67F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F6D

Black with #A67F6D

Text Example


Text Example

White with #A67F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F6D; }

 p { color: rgb(166,127,109); }

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

background-color css

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

 a { background-color: rgb(166,127,109); }

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

border-color css

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

 span { border-color: rgb(166,127,109); }

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