#AF745E

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

Shades of Toast #AF745E

Tints of Toast #AF745E

Color information

#AF745E (or 0xAF745E) is unknown color: approx Toast. HEX triplet: AF, 74 and 5E. RGB value is (175,116,94). Sum of RGB (Red+Green+Blue) = 175+116+94=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745E is #508BA1. Grayscale: #838383. Windows color (decimal): -5278626 or 6190255. OLE color: 6190255.

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

Color convert

RGB17511694-
CMYK00.340.460.31
HSL16.3º33.61%52.75%-
HSV(B)16.3º46.29%68.63%-
XYZ25.9422.4113.55-
YUV131.13107.05159.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=45.45%
G=30.13%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751169400.340.460.3116.333.6152.75
HexAF745E0222E1F102235
Octal2571641360425637204265
Binary101011111110100101111001000101011101111110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF745E; }

 p { color: rgb(175,116,94); }

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

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

 a { background-color: rgb(175,116,94); }

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

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

 span { border-color: rgb(175,116,94); }

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