#AF8161

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

Shades of Medium Wood #AF8161

Tints of Medium Wood #AF8161

Color information

#AF8161 (or 0xAF8161) is unknown color: approx Medium Wood. HEX triplet: AF, 81 and 61. RGB value is (175,129,97). Sum of RGB (Red+Green+Blue) = 175+129+97=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8161 is #507E9E. Grayscale: #8B8B8B. Windows color (decimal): -5275295 or 6390191. OLE color: 6390191.

HSL color Cylindrical-coordinate representation of color #AF8161: hue angle of 24.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8161 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17512997-
CMYK00.260.450.31
HSL24.62º32.77%53.33%-
HSV(B)24.62º44.57%68.63%-
XYZ27.6925.6814.81-
YUV139.11104.24153.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=43.64%
G=32.17%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751299700.260.450.3124.6232.7753.33
HexAF816101A2D1F192135
Octal2572011410325537314165
Binary101011111000000111000010110101011011111111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8161; }

 p { color: rgb(175,129,97); }

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

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

 a { background-color: rgb(175,129,97); }

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

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

 span { border-color: rgb(175,129,97); }

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