#A67657

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

Shades of Toast #A67657

Tints of Toast #A67657

Color information

#A67657 (or 0xA67657) is unknown color: approx Toast. HEX triplet: A6, 76 and 57. RGB value is (166,118,87). Sum of RGB (Red+Green+Blue) = 166+118+87=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A67657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67657 is #5989A8. Grayscale: #808080. Windows color (decimal): -5867945 or 5732006. OLE color: 5732006.

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

Color convert

RGB16611887-
CMYK00.290.480.35
HSL23.54º31.23%49.61%-
HSV(B)23.54º47.59%65.1%-
XYZ23.9221.7511.95-
YUV128.82104.4154.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=44.74%
G=31.81%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661188700.290.480.3523.5431.2349.61
HexA6765701D3023181f32
Octal2461661270356043303762
Binary10100110111011010101110111011100001000111100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67657; }

 p { color: rgb(166,118,87); }

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

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

 a { background-color: rgb(166,118,87); }

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

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

 span { border-color: rgb(166,118,87); }

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