#AF775F

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

Shades of Toast #AF775F

Tints of Toast #AF775F

Color information

#AF775F (or 0xAF775F) is unknown color: approx Toast. HEX triplet: AF, 77 and 5F. RGB value is (175,119,95). Sum of RGB (Red+Green+Blue) = 175+119+95=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF775F is #5088A0. Grayscale: #858585. Windows color (decimal): -5277857 or 6256559. OLE color: 6256559.

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

Color convert

RGB17511995-
CMYK00.320.460.31
HSL18º33.33%52.94%-
HSV(B)18º45.71%68.63%-
XYZ26.3423.1313.9-
YUV133.01106.55157.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=44.99%
G=30.59%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751199500.320.460.311833.3352.94
HexAF775F0202E1F122135
Octal2571671370405637224165
Binary101011111110111101111101000001011101111110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF775F; }

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

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

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

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

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

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

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

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