#A67658

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

Shades of Toast #A67658

Tints of Toast #A67658

Color information

#A67658 (or 0xA67658) is unknown color: approx Toast. HEX triplet: A6, 76 and 58. RGB value is (166,118,88). Sum of RGB (Red+Green+Blue) = 166+118+88=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A67658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67658 is #5989A7. Grayscale: #818181. Windows color (decimal): -5867944 or 5797542. OLE color: 5797542.

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

Color convert

RGB16611888-
CMYK00.290.470.35
HSL23.08º30.71%49.8%-
HSV(B)23.08º46.99%65.1%-
XYZ23.9721.7712.17-
YUV128.93104.9154.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=44.62%
G=31.72%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661188800.290.470.3523.0830.7149.8
HexA6765801D2F23171f32
Octal2461661300355743273762
Binary10100110111011010110000111011011111000111011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67658; }

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

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

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

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

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

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

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

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