#A67561

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

Shades of Toast #A67561

Tints of Toast #A67561

Color information

#A67561 (or 0xA67561) is unknown color: approx Toast. HEX triplet: A6, 75 and 61. RGB value is (166,117,97). Sum of RGB (Red+Green+Blue) = 166+117+97=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A67561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67561 is #598A9E. Grayscale: #818181. Windows color (decimal): -5868191 or 6387110. OLE color: 6387110.

HSL color Cylindrical-coordinate representation of color #A67561: hue angle of 17.39º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67561 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16611797-
CMYK00.300.420.35
HSL17.39º27.94%51.57%-
HSV(B)17.39º41.57%65.1%-
XYZ24.2421.6914.22-
YUV129.37109.73154.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=43.68%
G=30.79%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661179700.300.420.3517.3927.9451.57
HexA6756101E2A23111c34
Octal2461651410365243213464
Binary10100110111010111000010111101010101000111000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67561; }

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

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

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

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

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

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

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

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