#A17968

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

Shades of Toast #A17968

Tints of Toast #A17968

Color information

#A17968 (or 0xA17968) is unknown color: approx Toast. HEX triplet: A1, 79 and 68. RGB value is (161,121,104). Sum of RGB (Red+Green+Blue) = 161+121+104=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A17968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17968 is #5E8697. Grayscale: #838383. Windows color (decimal): -6194840 or 6846881. OLE color: 6846881.

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

Color convert

RGB161121104-
CMYK00.250.350.37
HSL17.89º23.27%51.96%-
HSV(B)17.89º35.4%63.14%-
XYZ24.0322.2516.12-
YUV131.02112.75149.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=41.71%
G=31.35%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112110400.250.350.3717.8923.2751.96
HexA179680192325121734
Octal2411711500314345222764
Binary10100001111100111010000110011000111001011001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17968; }

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

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

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

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

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

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

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

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