#a17869

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

Shades of Toast #A17869

Tints of Toast #A17869

Color information

#A17869 (or 0xA17869) is unknown color: approx Toast. HEX triplet: A1, 78 and 69. RGB value is (161,120,105). Sum of RGB (Red+Green+Blue) = 161+120+105=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A17869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17869 is #5E8796. Grayscale: #828282. Windows color (decimal): -6195095 or 6912161. OLE color: 6912161.

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

Color convert

RGB161120105-
CMYK00.250.350.37
HSL16.07º22.95%52.16%-
HSV(B)16.07º34.78%63.14%-
XYZ23.9622.0316.35-
YUV130.55113.58149.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=41.71%
G=31.09%
B=27.20%

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
Decimal16112010500.250.350.3716.0722.9552.16
HexA178690192325101734
Octal2411701510314345202764
Binary10100001111100011010010110011000111001011000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a17869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a17869; }

 p { color: rgb(161,120,105); }

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

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

 a { background-color: rgb(161,120,105); }

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

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

 span { border-color: rgb(161,120,105); }

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