#AF745C

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

Shades of Toast #AF745C

Tints of Toast #AF745C

Color information

#AF745C (or 0xAF745C) is unknown color: approx Toast. HEX triplet: AF, 74 and 5C. RGB value is (175,116,92). Sum of RGB (Red+Green+Blue) = 175+116+92=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745C is #508BA3. Grayscale: #838383. Windows color (decimal): -5278628 or 6059183. OLE color: 6059183.

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

Color convert

RGB17511692-
CMYK00.340.470.31
HSL17.35º34.16%52.35%-
HSV(B)17.35º47.43%68.63%-
XYZ25.8622.3813.08-
YUV130.9106.05159.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=45.69%
G=30.29%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751169200.340.470.3117.3534.1652.35
HexAF745C0222F1F112234
Octal2571641340425737214264
Binary101011111110100101110001000101011111111110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF745C; }

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

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

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

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

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

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

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

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