#AF795A

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

Shades of Medium Wood #AF795A

Tints of Medium Wood #AF795A

Color information

#AF795A (or 0xAF795A) is unknown color: approx Medium Wood. HEX triplet: AF, 79 and 5A. RGB value is (175,121,90). Sum of RGB (Red+Green+Blue) = 175+121+90=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF795A is #5086A5. Grayscale: #858585. Windows color (decimal): -5277350 or 5929391. OLE color: 5929391.

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

Color convert

RGB17512190-
CMYK00.310.490.31
HSL21.88º34.69%51.96%-
HSV(B)21.88º48.57%68.63%-
XYZ26.3623.5312.82-
YUV133.61103.39157.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=45.34%
G=31.35%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751219000.310.490.3121.8834.6951.96
HexAF795A01F311F162334
Octal2571711320376137264364
Binary10101111111100110110100111111100011111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF795A; }

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

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

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

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

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

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

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

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