#AF7760

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

Shades of Toast #AF7760

Tints of Toast #AF7760

Color information

#AF7760 (or 0xAF7760) is unknown color: approx Toast. HEX triplet: AF, 77 and 60. RGB value is (175,119,96). Sum of RGB (Red+Green+Blue) = 175+119+96=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7760 is #50889F. Grayscale: #858585. Windows color (decimal): -5277856 or 6322095. OLE color: 6322095.

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

Color convert

RGB17511996-
CMYK00.320.450.31
HSL17.47º33.05%53.14%-
HSV(B)17.47º45.14%68.63%-
XYZ26.3923.1514.14-
YUV133.12107.05157.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=44.87%
G=30.51%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751199600.320.450.3117.4733.0553.14
HexAF77600202D1F112135
Octal2571671400405537214165
Binary101011111110111110000001000001011011111110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7760; }

 p { color: rgb(175,119,96); }

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

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

 a { background-color: rgb(175,119,96); }

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

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

 span { border-color: rgb(175,119,96); }

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