#A7715F

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

Shades of Toast #A7715F

Tints of Toast #A7715F

Color information

#A7715F (or 0xA7715F) is unknown color: approx Toast. HEX triplet: A7, 71 and 5F. RGB value is (167,113,95). Sum of RGB (Red+Green+Blue) = 167+113+95=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7715F is #588EA0. Grayscale: #7F7F7F. Windows color (decimal): -5803681 or 6255015. OLE color: 6255015.

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

Color convert

RGB16711395-
CMYK00.320.430.35
HSL15º29.03%51.37%-
HSV(B)15º43.11%65.49%-
XYZ23.9120.8513.59-
YUV127.09109.89156.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=44.53%
G=30.13%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671139500.320.430.351529.0351.37
HexA7715F0202B23f1d33
Octal2471611370405343173563
Binary10100111111000110111110100000101011100011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7715F; }

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

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

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

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

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

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

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

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