#AF7761

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

Shades of Toast #AF7761

Tints of Toast #AF7761

Color information

#AF7761 (or 0xAF7761) is unknown color: approx Toast. HEX triplet: AF, 77 and 61. RGB value is (175,119,97). Sum of RGB (Red+Green+Blue) = 175+119+97=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7761 is #50889E. Grayscale: #858585. Windows color (decimal): -5277855 or 6387631. OLE color: 6387631.

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

Color convert

RGB17511997-
CMYK00.320.450.31
HSL16.92º32.77%53.33%-
HSV(B)16.92º44.57%68.63%-
XYZ26.4323.1714.39-
YUV133.24107.55157.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=44.76%
G=30.43%
B=24.81%

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
Decimal1751199700.320.450.3116.9232.7753.33
HexAF77610202D1F112135
Octal2571671410405537214165
Binary101011111110111110000101000001011011111110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7761; }

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

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

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

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

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

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

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

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