#AF755E

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

Shades of Toast #AF755E

Tints of Toast #AF755E

Color information

#AF755E (or 0xAF755E) is unknown color: approx Toast. HEX triplet: AF, 75 and 5E. RGB value is (175,117,94). Sum of RGB (Red+Green+Blue) = 175+117+94=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF755E is #508AA1. Grayscale: #838383. Windows color (decimal): -5278370 or 6190511. OLE color: 6190511.

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

Color convert

RGB17511794-
CMYK00.330.460.31
HSL17.04º33.61%52.75%-
HSV(B)17.04º46.29%68.63%-
XYZ26.0622.6413.59-
YUV131.72106.72158.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 94 (37.11% from 255) = 24.35%
R=45.34%
G=30.31%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751179400.330.460.3117.0433.6152.75
HexAF755E0212E1F112235
Octal2571651360415637214265
Binary101011111110101101111001000011011101111110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF755E; }

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

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

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

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

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

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

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

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