#A67358

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

Shades of Toast #A67358

Tints of Toast #A67358

Color information

#A67358 (or 0xA67358) is unknown color: approx Toast. HEX triplet: A6, 73 and 58. RGB value is (166,115,88). Sum of RGB (Red+Green+Blue) = 166+115+88=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A67358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67358 is #598CA7. Grayscale: #7F7F7F. Windows color (decimal): -5868712 or 5796774. OLE color: 5796774.

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

Color convert

RGB16611588-
CMYK00.310.470.35
HSL20.77º30.71%49.8%-
HSV(B)20.77º46.99%65.1%-
XYZ23.6221.0712.06-
YUV127.17105.9155.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=44.99%
G=31.17%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661158800.310.470.3520.7730.7149.8
HexA6735801F2F23151f32
Octal2461631300375743253762
Binary10100110111001110110000111111011111000111010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67358; }

 p { color: rgb(166,115,88); }

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

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

 a { background-color: rgb(166,115,88); }

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

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

 span { border-color: rgb(166,115,88); }

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