#AF7A5A

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

Shades of Medium Wood #AF7A5A

Tints of Medium Wood #AF7A5A

Color information

#AF7A5A (or 0xAF7A5A) is unknown color: approx Medium Wood. HEX triplet: AF, 7A and 5A. RGB value is (175,122,90). Sum of RGB (Red+Green+Blue) = 175+122+90=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A5A is #5085A5. Grayscale: #868686. Windows color (decimal): -5277094 or 5929647. OLE color: 5929647.

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

Color convert

RGB17512290-
CMYK00.300.490.31
HSL22.59º34.69%51.96%-
HSV(B)22.59º48.57%68.63%-
XYZ26.4823.7712.87-
YUV134.2103.06157.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=45.22%
G=31.52%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751229000.300.490.3122.5934.6951.96
HexAF7A5A01E311F172334
Octal2571721320366137274364
Binary10101111111101010110100111101100011111110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A5A; }

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

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

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

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

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

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

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

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