#AF8670

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

Shades of Medium Wood #AF8670

Tints of Medium Wood #AF8670

Color information

#AF8670 (or 0xAF8670) is unknown color: approx Medium Wood. HEX triplet: AF, 86 and 70. RGB value is (175,134,112). Sum of RGB (Red+Green+Blue) = 175+134+112=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8670 is #50798F. Grayscale: #8F8F8F. Windows color (decimal): -5274000 or 7374511. OLE color: 7374511.

HSL color Cylindrical-coordinate representation of color #AF8670: hue angle of 20.95º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8670 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB175134112-
CMYK00.230.360.31
HSL20.95º28.25%56.27%-
HSV(B)20.95º36%68.63%-
XYZ29.1327.3319.07-
YUV143.75110.08150.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=41.57%
G=31.83%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513411200.230.360.3120.9528.2556.27
HexAF8670017241F151c38
Octal2572061600274437253470
Binary10101111100001101110000010111100100111111010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8670; }

 p { color: rgb(175,134,112); }

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

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

 a { background-color: rgb(175,134,112); }

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

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

 span { border-color: rgb(175,134,112); }

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