#A7705E

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

Shades of Toast #A7705E

Tints of Toast #A7705E

Color information

#A7705E (or 0xA7705E) is unknown color: approx Toast. HEX triplet: A7, 70 and 5E. RGB value is (167,112,94). Sum of RGB (Red+Green+Blue) = 167+112+94=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7705E is #588FA1. Grayscale: #7E7E7E. Windows color (decimal): -5803938 or 6189223. OLE color: 6189223.

HSL color Cylindrical-coordinate representation of color #A7705E: hue angle of 14.79º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7705E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16711294-
CMYK00.330.440.35
HSL14.79º29.32%51.18%-
HSV(B)14.79º43.71%65.49%-
XYZ23.7520.6113.32-
YUV126.39109.72156.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=44.77%
G=30.03%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671129400.330.440.3514.7929.3251.18
HexA7705E0212C23f1d33
Octal2471601360415443173563
Binary10100111111000010111100100001101100100011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7705E; }

 p { color: rgb(167,112,94); }

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

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

 a { background-color: rgb(167,112,94); }

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

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

 span { border-color: rgb(167,112,94); }

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