#AF7962

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

Shades of Medium Wood #AF7962

Tints of Medium Wood #AF7962

Color information

#AF7962 (or 0xAF7962) is unknown color: approx Medium Wood. HEX triplet: AF, 79 and 62. RGB value is (175,121,98). Sum of RGB (Red+Green+Blue) = 175+121+98=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7962 is #50869D. Grayscale: #868686. Windows color (decimal): -5277342 or 6453679. OLE color: 6453679.

HSL color Cylindrical-coordinate representation of color #AF7962: hue angle of 17.92º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF7962 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17512198-
CMYK00.310.440.31
HSL17.92º32.49%53.53%-
HSV(B)17.92º44%68.63%-
XYZ26.7223.6714.72-
YUV134.52107.39156.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=44.42%
G=30.71%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751219800.310.440.3117.9232.4953.53
HexAF796201F2C1F122036
Octal2571711420375437224066
Binary10101111111100111000100111111011001111110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7962; }

 p { color: rgb(175,121,98); }

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

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

 a { background-color: rgb(175,121,98); }

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

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

 span { border-color: rgb(175,121,98); }

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