Html Css Color HEX #A67F6B Medium Wood

📋 copy color: '#A67F6B'

red 166 ◦ green 127 ◦ blue 107

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

Shades of Medium Wood #A67F6B

Tints of Medium Wood #A67F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 41.5%
G = 31.75%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A67F6B (or 0xA67F6B) is known color: Medium Wood. HEX triplet: A6, 7F and 6B. RGB value is (166,127,107). Sum of RGB (Red+Green+Blue) = 166+127+107=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F6B is #598094. Grayscale: #888888. Windows color (decimal): -5865621 or 7045030. OLE color: 7045030.

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

Color convert

RGB 166 127 107 -
CMYK 0 0.23 0.36 0.35
HSL 20.34º 0.25% 0.54% -
HSV(B) 20.34º 0.36% 0.65% -
XYZ 25.97 24.35 17.24 -
YUV 136.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 166 127 107 0 0.23 0.36 0.35 20.34 0.25 0.54
Hex A6 7F 6B 0 17 24 23 14 19 36
Octal 246 177 153 0 27 44 43 24 31 66
Binary 10100110 1111111 1101011 0 10111 100100 100011 10100 11001 110110

Color Harmonies of #A67F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F6B

Black with #A67F6B

Text Example


Text Example

White with #A67F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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