#AF826D

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

Shades of Medium Wood #AF826D

Tints of Medium Wood #AF826D

Color information

#AF826D (or 0xAF826D) is unknown color: approx Medium Wood. HEX triplet: AF, 82 and 6D. RGB value is (175,130,109). Sum of RGB (Red+Green+Blue) = 175+130+109=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF826D is #507D92. Grayscale: #8D8D8D. Windows color (decimal): -5275027 or 7176879. OLE color: 7176879.

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

Color convert

RGB175130109-
CMYK00.260.380.31
HSL19.09º29.2%55.69%-
HSV(B)19.09º37.71%68.63%-
XYZ28.4226.1818.02-
YUV141.06109.91152.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=42.27%
G=31.40%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513010900.260.380.3119.0929.255.69
HexAF826D01A261F131d38
Octal2572021550324637233570
Binary10101111100000101101101011010100110111111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF826D; }

 p { color: rgb(175,130,109); }

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

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

 a { background-color: rgb(175,130,109); }

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

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

 span { border-color: rgb(175,130,109); }

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