#A7715A

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

Shades of Toast #A7715A

Tints of Toast #A7715A

Color information

#A7715A (or 0xA7715A) is unknown color: approx Toast. HEX triplet: A7, 71 and 5A. RGB value is (167,113,90). Sum of RGB (Red+Green+Blue) = 167+113+90=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A7715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7715A is #588EA5. Grayscale: #7E7E7E. Windows color (decimal): -5803686 or 5927335. OLE color: 5927335.

HSL color Cylindrical-coordinate representation of color #A7715A: hue angle of 17.92º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7715A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16711390-
CMYK00.320.460.35
HSL17.92º30.43%50.39%-
HSV(B)17.92º46.11%65.49%-
XYZ23.6920.7612.43-
YUV126.52107.39156.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=45.14%
G=30.54%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671139000.320.460.3517.9230.4350.39
HexA7715A0202E23121e32
Octal2471611320405643223662
Binary101001111110001101101001000001011101000111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7715A; }

 p { color: rgb(167,113,90); }

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

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

 a { background-color: rgb(167,113,90); }

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

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

 span { border-color: rgb(167,113,90); }

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