#AF856B

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

Shades of Medium Wood #AF856B

Tints of Medium Wood #AF856B

Color information

#AF856B (or 0xAF856B) is unknown color: approx Medium Wood. HEX triplet: AF, 85 and 6B. RGB value is (175,133,107). Sum of RGB (Red+Green+Blue) = 175+133+107=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF856B is #507A94. Grayscale: #8E8E8E. Windows color (decimal): -5274261 or 7046575. OLE color: 7046575.

HSL color Cylindrical-coordinate representation of color #AF856B: hue angle of 22.94º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF856B is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB175133107-
CMYK00.240.390.31
HSL22.94º29.82%55.29%-
HSV(B)22.94º38.86%68.63%-
XYZ28.7226.9517.6-
YUV142.59107.91151.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=42.17%
G=32.05%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513310700.240.390.3122.9429.8255.29
HexAF856B018271F171e37
Octal2572051530304737273667
Binary10101111100001011101011011000100111111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF856B; }

 p { color: rgb(175,133,107); }

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

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

 a { background-color: rgb(175,133,107); }

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

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

 span { border-color: rgb(175,133,107); }

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