#A17468

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

Shades of Toast #A17468

Tints of Toast #A17468

Color information

#A17468 (or 0xA17468) is unknown color: approx Toast. HEX triplet: A1, 74 and 68. RGB value is (161,116,104). Sum of RGB (Red+Green+Blue) = 161+116+104=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A17468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17468 is #5E8B97. Grayscale: #808080. Windows color (decimal): -6196120 or 6845601. OLE color: 6845601.

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

Color convert

RGB161116104-
CMYK00.280.350.37
HSL12.63º23.27%51.96%-
HSV(B)12.63º35.4%63.14%-
XYZ23.4421.0715.93-
YUV128.09114.41151.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=42.26%
G=30.45%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111610400.280.350.3712.6323.2751.96
HexA1746801C2325d1734
Octal2411641500344345152764
Binary1010000111101001101000011100100011100101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17468; }

 p { color: rgb(161,116,104); }

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

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

 a { background-color: rgb(161,116,104); }

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

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

 span { border-color: rgb(161,116,104); }

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