#AF826E

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

Shades of Medium Wood #AF826E

Tints of Medium Wood #AF826E

Color information

#AF826E (or 0xAF826E) is unknown color: approx Medium Wood. HEX triplet: AF, 82 and 6E. RGB value is (175,130,110). Sum of RGB (Red+Green+Blue) = 175+130+110=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF826E is #507D91. Grayscale: #8D8D8D. Windows color (decimal): -5275026 or 7242415. OLE color: 7242415.

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

Color convert

RGB175130110-
CMYK00.260.370.31
HSL18.46º28.89%55.88%-
HSV(B)18.46º37.14%68.63%-
XYZ28.4826.2118.31-
YUV141.17110.41152.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=42.17%
G=31.33%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513011000.260.370.3118.4628.8955.88
HexAF826E01A251F121d38
Octal2572021560324537223570
Binary10101111100000101101110011010100101111111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF826E; }

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

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

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

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

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

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

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

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