#AF7660

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

Shades of Toast #AF7660

Tints of Toast #AF7660

Color information

#AF7660 (or 0xAF7660) is unknown color: approx Toast. HEX triplet: AF, 76 and 60. RGB value is (175,118,96). Sum of RGB (Red+Green+Blue) = 175+118+96=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7660 is #50899F. Grayscale: #848484. Windows color (decimal): -5278112 or 6321839. OLE color: 6321839.

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

Color convert

RGB17511896-
CMYK00.330.450.31
HSL16.71º33.05%53.14%-
HSV(B)16.71º45.14%68.63%-
XYZ26.2722.9214.1-
YUV132.53107.38158.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=44.99%
G=30.33%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751189600.330.450.3116.7133.0553.14
HexAF76600212D1F112135
Octal2571661400415537214165
Binary101011111110110110000001000011011011111110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7660; }

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

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

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

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

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

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

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

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