#AF755F

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

Shades of Toast #AF755F

Tints of Toast #AF755F

Color information

#AF755F (or 0xAF755F) is unknown color: approx Toast. HEX triplet: AF, 75 and 5F. RGB value is (175,117,95). Sum of RGB (Red+Green+Blue) = 175+117+95=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF755F is #508AA0. Grayscale: #838383. Windows color (decimal): -5278369 or 6256047. OLE color: 6256047.

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

Color convert

RGB17511795-
CMYK00.330.460.31
HSL16.5º33.33%52.94%-
HSV(B)16.5º45.71%68.63%-
XYZ26.1122.6613.82-
YUV131.83107.22158.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=45.22%
G=30.23%
B=24.55%

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
Decimal1751179500.330.460.3116.533.3352.94
HexAF755F0212E1F102135
Octal2571651370415637204165
Binary101011111110101101111101000011011101111110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF755F; }

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

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

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

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

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

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

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

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