#A67F69

Color #A67F69 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A67F69

Tints of Medium Wood #A67F69

Color information

#A67F69 (or 0xA67F69) is unknown color: approx Medium Wood. HEX triplet: A6, 7F and 69. RGB value is (166,127,105). Sum of RGB (Red+Green+Blue) = 166+127+105=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F69 is #598096. Grayscale: #888888. Windows color (decimal): -5865623 or 6913958. OLE color: 6913958.

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

Color convert

RGB166127105-
CMYK00.230.370.35
HSL21.64º25.52%53.14%-
HSV(B)21.64º36.75%65.1%-
XYZ25.8724.3116.69-
YUV136.15110.42149.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=41.71%
G=31.91%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612710500.230.370.3521.6425.5253.14
HexA67F690172523161a35
Octal2461771510274543263265
Binary10100110111111111010010101111001011000111011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F69; }

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

 H1.HeaderClassName
 {
   color: #A67F69;
 }
 .AnyTagClassName
 {
   color: #A67F69;
 }
</style>
background-color css

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

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

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

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

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

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