#AF836A

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

Shades of Medium Wood #AF836A

Tints of Medium Wood #AF836A

Color information

#AF836A (or 0xAF836A) is unknown color: approx Medium Wood. HEX triplet: AF, 83 and 6A. RGB value is (175,131,106). Sum of RGB (Red+Green+Blue) = 175+131+106=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF836A is #507C95. Grayscale: #8D8D8D. Windows color (decimal): -5274774 or 6980527. OLE color: 6980527.

HSL color Cylindrical-coordinate representation of color #AF836A: hue angle of 21.74º 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 #AF836A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB175131106-
CMYK00.250.390.31
HSL21.74º30.13%55.1%-
HSV(B)21.74º39.43%68.63%-
XYZ28.426.3917.23-
YUV141.31108.08152.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=42.48%
G=31.80%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513110600.250.390.3121.7430.1355.1
HexAF836A019271F161e37
Octal2572031520314737263667
Binary10101111100000111101010011001100111111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF836A; }

 p { color: rgb(175,131,106); }

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

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

 a { background-color: rgb(175,131,106); }

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

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

 span { border-color: rgb(175,131,106); }

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