#A67557

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

Shades of Toast #A67557

Tints of Toast #A67557

Color information

#A67557 (or 0xA67557) is unknown color: approx Toast. HEX triplet: A6, 75 and 57. RGB value is (166,117,87). Sum of RGB (Red+Green+Blue) = 166+117+87=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A67557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67557 is #598AA8. Grayscale: #808080. Windows color (decimal): -5868201 or 5731750. OLE color: 5731750.

HSL color Cylindrical-coordinate representation of color #A67557: hue angle of 22.78º 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 #A67557 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16611787-
CMYK00.300.480.35
HSL22.78º31.23%49.61%-
HSV(B)22.78º47.59%65.1%-
XYZ23.8121.5211.92-
YUV128.23104.73154.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=44.86%
G=31.62%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661178700.300.480.3522.7831.2349.61
HexA6755701E3023171f32
Octal2461651270366043273762
Binary10100110111010110101110111101100001000111011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67557; }

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

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

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

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

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

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

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

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